#c3231a

Color #C3231A Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #C3231A

Tints of Fire Brick #C3231A

Color information

#C3231A (or 0xC3231A) is unknown color: approx Fire Brick. HEX triplet: C3, 23 and 1A. RGB value is (195,35,26). Sum of RGB (Red+Green+Blue) = 195+35+26=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C3231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3231A is #3CDCE5. Grayscale: #525252. Windows color (decimal): -3988710 or 1713091. OLE color: 1713091.

HSL color Cylindrical-coordinate representation of color #C3231A: hue angle of 3.2º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3231A is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB1953526-
CMYK00.820.870.24
HSL3.2º76.47%43.33%-
HSV(B)3.2º86.67%76.47%-
XYZ23.2912.882.24-
YUV81.8196.51208.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 76.17%
GREEN value IS 35 (14.06% from 255) = 13.67%
BLUE value IS 26 (10.55% from 255) = 10.16%
R=76.17%
G=13.67%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195352600.820.870.243.276.4743.33
HexC3231A052571834c2b
Octal3034332012212730311453
Binary110000111000111101001010010101011111000111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3231a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3231a; }

 p { color: rgb(195,35,26); }

 H1.HeaderClassName
 {
   color: #c3231a;
 }
 .AnyTagClassName
 {
   color: #c3231a;
 }
</style>
background-color css

<style>
 a { background-color: #c3231a; }

 a { background-color: rgb(195,35,26); }

 div.DivClassName
 {
   background-color: #c3231a;
 }
 .BgClassName
 {
   background-color: #c3231a;
 }
</style>
border-color css

<style>
 span { border-color: #c3231a; }

 span { border-color: rgb(195,35,26); }

 td.TdClassName
 {
   border-color: #c3231a;
 }
 .TagClassName
 {
   border-color: #c3231a;
 }
</style>