Html Css Color HEX #C0180E Fire Brick

📋 copy color: '#C0180E'

red 192 ◦ green 24 ◦ blue 14

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

Shades of Fire Brick #C0180E

Tints of Fire Brick #C0180E

RGB

 RED value IS 192 (75.39% from 255) = 83.48%

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

 BLUE value IS 14 (5.86% from 255) = 6.09%

R = 83.48%
G = 10.43%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0180E (or 0xC0180E) is known color: Fire Brick. HEX triplet: C0, 18 and 0E. RGB value is (192,24,14). Sum of RGB (Red+Green+Blue) = 192+24+14=230 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.48% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 192 - color contains mainly: red. Hex color #C0180E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0180E is #3FE7F1. Grayscale: #494949. Windows color (decimal): -4188146 or 923840. OLE color: 923840.

HSL color Cylindrical-coordinate representation of color #C0180E: hue angle of 3.37º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0180E is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 14 -
CMYK 0 0.88 0.93 0.25
HSL 3.37º 0.86% 0.4% -
HSV(B) 3.37º 0.93% 0.75% -
XYZ 22.14 11.89 1.54 -
YUV 73.09 94.66 212.81 -
System Red Green Blue C M Y K H S L
Decimal 192 24 14 0 0.88 0.93 0.25 3.37 0.86 0.4
Hex C0 18 E 0 58 5D 19 3 56 28
Octal 300 30 16 0 130 135 31 3 126 50
Binary 11000000 11000 1110 0 1011000 1011101 11001 11 1010110 101000

Color Harmonies of #C0180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0180E

Black with #C0180E

Text Example


Text Example

White with #C0180E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0180E; }

 p { color: rgb(192,24,14); }

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

background-color css

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

 a { background-color: rgb(192,24,14); }

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

border-color css

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

 span { border-color: rgb(192,24,14); }

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