Html Css Color HEX #C32320 Fire Brick

📋 copy color: '#C32320'

red 195 ◦ green 35 ◦ blue 32

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

Shades of Fire Brick #C32320

Tints of Fire Brick #C32320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.36%

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

R = 74.43%
G = 13.36%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C32320 (or 0xC32320) is known color: Fire Brick. HEX triplet: C3, 23 and 20. RGB value is (195,35,32). Sum of RGB (Red+Green+Blue) = 195+35+32=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C32320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32320 is #3CDCDF. Grayscale: #525252. Windows color (decimal): -3988704 or 2106307. OLE color: 2106307.

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

Color convert

RGB 195 35 32 -
CMYK 0 0.82 0.84 0.24
HSL 1.1º 0.72% 0.45% -
HSV(B) 1.1º 0.84% 0.76% -
XYZ 23.37 12.91 2.63 -
YUV 82.5 99.51 208.24 -
System Red Green Blue C M Y K H S L
Decimal 195 35 32 0 0.82 0.84 0.24 1.1 0.72 0.45
Hex C3 23 20 0 52 54 18 1 48 2D
Octal 303 43 40 0 122 124 30 1 110 55
Binary 11000011 100011 100000 0 1010010 1010100 11000 1 1001000 101101

Color Harmonies of #C32320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32320

Black with #C32320

Text Example


Text Example

White with #C32320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32320; }

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

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

background-color css

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

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

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

border-color css

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

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

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