Html Css Color HEX #C02B1E Fire Brick

📋 copy color: '#C02B1E'

red 192 ◦ green 43 ◦ blue 30

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

Shades of Fire Brick #C02B1E

Tints of Fire Brick #C02B1E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.23%

 BLUE value IS 30 (12.11% from 255) = 11.32%

R = 72.45%
G = 16.23%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C02B1E (or 0xC02B1E) is known color: Fire Brick. HEX triplet: C0, 2B and 1E. RGB value is (192,43,30). Sum of RGB (Red+Green+Blue) = 192+43+30=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B1E is #3FD4E1. Grayscale: #565656. Windows color (decimal): -4183266 or 1977280. OLE color: 1977280.

HSL color Cylindrical-coordinate representation of color #C02B1E: hue angle of 4.81º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C02B1E is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 43 30 -
CMYK 0 0.78 0.84 0.25
HSL 4.81º 0.73% 0.44% -
HSV(B) 4.81º 0.84% 0.75% -
XYZ 22.84 13.03 2.54 -
YUV 86.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 192 43 30 0 0.78 0.84 0.25 4.81 0.73 0.44
Hex C0 2B 1E 0 4E 54 19 5 49 2C
Octal 300 53 36 0 116 124 31 5 111 54
Binary 11000000 101011 11110 0 1001110 1010100 11001 101 1001001 101100

Color Harmonies of #C02B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02B1E

Black with #C02B1E

Text Example


Text Example

White with #C02B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02B1E; }

 p { color: rgb(192,43,30); }

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

background-color css

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

 a { background-color: rgb(192,43,30); }

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

border-color css

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

 span { border-color: rgb(192,43,30); }

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