Html Css Color HEX #C32520 Fire Brick

📋 copy color: '#C32520'

red 195 ◦ green 37 ◦ blue 32

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

Shades of Fire Brick #C32520

Tints of Fire Brick #C32520

RGB

 RED value IS 195 (76.56% from 255) = 73.86%

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

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

R = 73.86%
G = 14.02%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C32520 (or 0xC32520) is known color: Fire Brick. HEX triplet: C3, 25 and 20. RGB value is (195,37,32). Sum of RGB (Red+Green+Blue) = 195+37+32=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C32520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32520 is #3CDADF. Grayscale: #535353. Windows color (decimal): -3988192 or 2106819. OLE color: 2106819.

HSL color Cylindrical-coordinate representation of color #C32520: hue angle of 1.84º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32520 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 37 32 -
CMYK 0 0.81 0.84 0.24
HSL 1.84º 0.72% 0.45% -
HSV(B) 1.84º 0.84% 0.76% -
XYZ 23.43 13.03 2.65 -
YUV 83.67 98.85 207.41 -
System Red Green Blue C M Y K H S L
Decimal 195 37 32 0 0.81 0.84 0.24 1.84 0.72 0.45
Hex C3 25 20 0 51 54 18 2 48 2D
Octal 303 45 40 0 121 124 30 2 110 55
Binary 11000011 100101 100000 0 1010001 1010100 11000 10 1001000 101101

Color Harmonies of #C32520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32520

Black with #C32520

Text Example


Text Example

White with #C32520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32520; }

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

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

background-color css

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

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

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

border-color css

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

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

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