Html Css Color HEX #C4180F Fire Brick

📋 copy color: '#C4180F'

red 196 ◦ green 24 ◦ blue 15

#C4180F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #C4180F

Tints of Fire Brick #C4180F

RGB

 RED value IS 196 (76.95% from 255) = 83.4%

 GREEN value IS 24 (9.77% from 255) = 10.21%

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 83.4%
G = 10.21%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4180F (or 0xC4180F) is known color: Fire Brick. HEX triplet: C4, 18 and 0F. RGB value is (196,24,15). Sum of RGB (Red+Green+Blue) = 196+24+15=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C4180F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4180F is #3BE7F0. Grayscale: #4A4A4A. Windows color (decimal): -3926001 or 989380. OLE color: 989380.

HSL color Cylindrical-coordinate representation of color #C4180F: hue angle of 2.98º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4180F is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 24 15 -
CMYK 0 0.88 0.92 0.23
HSL 2.98º 0.86% 0.41% -
HSV(B) 2.98º 0.92% 0.77% -
XYZ 23.18 12.42 1.63 -
YUV 74.4 94.48 214.73 -
System Red Green Blue C M Y K H S L
Decimal 196 24 15 0 0.88 0.92 0.23 2.98 0.86 0.41
Hex C4 18 F 0 58 5C 17 3 56 29
Octal 304 30 17 0 130 134 27 3 126 51
Binary 11000100 11000 1111 0 1011000 1011100 10111 11 1010110 101001

Color Harmonies of #C4180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4180F

Black with #C4180F

Text Example


Text Example

White with #C4180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4180F; }

 p { color: rgb(196,24,15); }

 H1.HeaderClassName
 {
   color: #C4180F;
 }
 .AnyTagClassName
 {
   color: #C4180F;
 }
</style>

background-color css

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

 a { background-color: rgb(196,24,15); }

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

border-color css

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

 span { border-color: rgb(196,24,15); }

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