Html Css Color HEX #C02520 Fire Brick

📋 copy color: '#C02520'

red 192 ◦ green 37 ◦ blue 32

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

Shades of Fire Brick #C02520

Tints of Fire Brick #C02520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.18%

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

R = 73.56%
G = 14.18%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C02520 (or 0xC02520) is known color: Fire Brick. HEX triplet: C0, 25 and 20. RGB value is (192,37,32). Sum of RGB (Red+Green+Blue) = 192+37+32=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C02520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02520 is #3FDADF. Grayscale: #525252. Windows color (decimal): -4184800 or 2106816. OLE color: 2106816.

HSL color Cylindrical-coordinate representation of color #C02520: hue angle of 1.88º 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 #C02520 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 37 32 -
CMYK 0 0.81 0.83 0.25
HSL 1.88º 0.71% 0.44% -
HSV(B) 1.88º 0.83% 0.75% -
XYZ 22.66 12.63 2.61 -
YUV 82.78 99.35 205.91 -
System Red Green Blue C M Y K H S L
Decimal 192 37 32 0 0.81 0.83 0.25 1.88 0.71 0.44
Hex C0 25 20 0 51 53 19 2 47 2C
Octal 300 45 40 0 121 123 31 2 107 54
Binary 11000000 100101 100000 0 1010001 1010011 11001 10 1000111 101100

Color Harmonies of #C02520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02520

Black with #C02520

Text Example


Text Example

White with #C02520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02520; }

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

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

background-color css

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

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

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

border-color css

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

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

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