#C61A18

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

Shades of Fire Brick #C61A18

Tints of Fire Brick #C61A18

Color information

#C61A18 (or 0xC61A18) is unknown color: approx Fire Brick. HEX triplet: C6, 1A and 18. RGB value is (198,26,24). Sum of RGB (Red+Green+Blue) = 198+26+24=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61A18 is #39E5E7. Grayscale: #4D4D4D. Windows color (decimal): -3794408 or 1579718. OLE color: 1579718.

HSL color Cylindrical-coordinate representation of color #C61A18: hue angle of 0.69º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61A18 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB1982624-
CMYK00.870.880.22
HSL0.69º78.38%43.53%-
HSV(B)0.69º87.88%77.65%-
XYZ23.8212.812.08-
YUV77.297.98214.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 79.84%
GREEN value IS 26 (10.55% from 255) = 10.48%
BLUE value IS 24 (9.77% from 255) = 9.68%
R=79.84%
G=10.48%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198262400.870.880.220.6978.3843.53
HexC61A18057581614e2c
Octal3063230012713026111654
Binary1100011011010110000101011110110001011011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61A18; }

 p { color: rgb(198,26,24); }

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

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

 a { background-color: rgb(198,26,24); }

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

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

 span { border-color: rgb(198,26,24); }

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