Html Css Color HEX #C0180F Fire Brick

📋 copy color: '#C0180F'

red 192 ◦ green 24 ◦ blue 15

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

Shades of Fire Brick #C0180F

Tints of Fire Brick #C0180F

RGB

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

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

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

R = 83.12%
G = 10.39%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0180F (or 0xC0180F) is known color: Fire Brick. HEX triplet: C0, 18 and 0F. RGB value is (192,24,15). Sum of RGB (Red+Green+Blue) = 192+24+15=231 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.12% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 192 - color contains mainly: red. Hex color #C0180F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0180F is #3FE7F0. Grayscale: #494949. Windows color (decimal): -4188145 or 989376. OLE color: 989376.

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

Color convert

RGB 192 24 15 -
CMYK 0 0.88 0.92 0.25
HSL 3.05º 0.86% 0.41% -
HSV(B) 3.05º 0.92% 0.75% -
XYZ 22.15 11.89 1.58 -
YUV 73.21 95.16 212.73 -
System Red Green Blue C M Y K H S L
Decimal 192 24 15 0 0.88 0.92 0.25 3.05 0.86 0.41
Hex C0 18 F 0 58 5C 19 3 56 29
Octal 300 30 17 0 130 134 31 3 126 51
Binary 11000000 11000 1111 0 1011000 1011100 11001 11 1010110 101001

Color Harmonies of #C0180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0180F

Black with #C0180F

Text Example


Text Example

White with #C0180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0180F; }

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

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

background-color css

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

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

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

border-color css

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

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

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