#C32622

Color #C32622 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #C32622

Tints of Fire Brick #C32622

Color information

#C32622 (or 0xC32622) is unknown color: approx 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

RGB1953834-
CMYK00.810.830.24
HSL1.49º70.31%44.9%-
HSV(B)1.49º82.56%76.47%-
XYZ23.4913.12.8-
YUV84.4999.51206.83-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195383400.810.830.241.4970.3144.9
HexC3262205153181462d
Octal3034642012112330110655
Binary110000111001101000100101000110100111100011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>