Html Css Color HEX #C02020 Fire Brick

📋 copy color: '#C02020'

red 192 ◦ green 32 ◦ blue 32

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

Shades of Fire Brick #C02020

Tints of Fire Brick #C02020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 75%
G = 12.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C02020 (or 0xC02020) is known color: Fire Brick. HEX triplet: C0, 20 and 20. RGB value is (192,32,32). Sum of RGB (Red+Green+Blue) = 192+32+32=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C02020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02020 is #3FDFDF. Grayscale: #4F4F4F. Windows color (decimal): -4186080 or 2105536. OLE color: 2105536.

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

Color convert

RGB 192 32 32 -
CMYK 0 0.83 0.83 0.25
HSL 0.71% 0.44% -
HSV(B) 0.83% 0.75% -
XYZ 22.52 12.34 2.56 -
YUV 79.84 101.01 208 -
System Red Green Blue C M Y K H S L
Decimal 192 32 32 0 0.83 0.83 0.25 0 0.71 0.44
Hex C0 20 20 0 53 53 19 0 47 2C
Octal 300 40 40 0 123 123 31 0 107 54
Binary 11000000 100000 100000 0 1010011 1010011 11001 0 1000111 101100

Color Harmonies of #C02020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02020

Black with #C02020

Text Example


Text Example

White with #C02020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02020; }

 p { color: rgb(192,32,32); }

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

background-color css

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

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

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

border-color css

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

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

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