Html Css Color HEX #C32622 Fire Brick

📋 copy color: '#C32622'

red 195 ◦ green 38 ◦ blue 34

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

Shades of Fire Brick #C32622

Tints of Fire Brick #C32622

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.23%

 BLUE value IS 34 (13.67% from 255) = 12.73%

R = 73.03%
G = 14.23%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C32622 (or 0xC32622) is known color: Fire Brick. HEX triplet: C3, 26 and 22. RGB value is (195,38,34). Sum of RGB (Red+Green+Blue) = 195+38+34=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C32622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32622 is #3CD9DD. Grayscale: #545454. Windows color (decimal): -3987934 or 2238147. OLE color: 2238147.

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

Color convert

RGB 195 38 34 -
CMYK 0 0.81 0.83 0.24
HSL 1.49º 0.7% 0.45% -
HSV(B) 1.49º 0.83% 0.76% -
XYZ 23.49 13.1 2.8 -
YUV 84.49 99.51 206.83 -
System Red Green Blue C M Y K H S L
Decimal 195 38 34 0 0.81 0.83 0.24 1.49 0.7 0.45
Hex C3 26 22 0 51 53 18 1 46 2D
Octal 303 46 42 0 121 123 30 1 106 55
Binary 11000011 100110 100010 0 1010001 1010011 11000 1 1000110 101101

Color Harmonies of #C32622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32622

Black with #C32622

Text Example


Text Example

White with #C32622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32622; }

 p { color: rgb(195,38,34); }

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

background-color css

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

 a { background-color: rgb(195,38,34); }

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

border-color css

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

 span { border-color: rgb(195,38,34); }

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