Html Css Color HEX #C32820 Fire Brick

📋 copy color: '#C32820'

red 195 ◦ green 40 ◦ blue 32

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

Shades of Fire Brick #C32820

Tints of Fire Brick #C32820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.98%

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

R = 73.03%
G = 14.98%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C32820 (or 0xC32820) is known color: Fire Brick. HEX triplet: C3, 28 and 20. RGB value is (195,40,32). Sum of RGB (Red+Green+Blue) = 195+40+32=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C32820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32820 is #3CD7DF. Grayscale: #555555. Windows color (decimal): -3987424 or 2107587. OLE color: 2107587.

HSL color Cylindrical-coordinate representation of color #C32820: hue angle of 2.94º 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 #C32820 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 40 32 -
CMYK 0 0.79 0.84 0.24
HSL 2.94º 0.72% 0.45% -
HSV(B) 2.94º 0.84% 0.76% -
XYZ 23.53 13.22 2.68 -
YUV 85.43 97.85 206.15 -
System Red Green Blue C M Y K H S L
Decimal 195 40 32 0 0.79 0.84 0.24 2.94 0.72 0.45
Hex C3 28 20 0 4F 54 18 3 48 2D
Octal 303 50 40 0 117 124 30 3 110 55
Binary 11000011 101000 100000 0 1001111 1010100 11000 11 1001000 101101

Color Harmonies of #C32820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32820

Black with #C32820

Text Example


Text Example

White with #C32820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32820; }

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

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

background-color css

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

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

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

border-color css

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

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

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