Html Css Color HEX #C32B42 Brick Red

📋 copy color: '#C32B42'

red 195 ◦ green 43 ◦ blue 66

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

Shades of Brick Red #C32B42

Tints of Brick Red #C32B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.14%

 BLUE value IS 66 (26.17% from 255) = 21.71%

R = 64.14%
G = 14.14%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C32B42 (or 0xC32B42) is known color: Brick Red. HEX triplet: C3, 2B and 42. RGB value is (195,43,66). Sum of RGB (Red+Green+Blue) = 195+43+66=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32B42 is #3CD4BD. Grayscale: #5B5B5B. Windows color (decimal): -3986622 or 4336579. OLE color: 4336579.

HSL color Cylindrical-coordinate representation of color #C32B42: hue angle of 350.92º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32B42 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 43 66 -
CMYK 0 0.78 0.66 0.24
HSL 350.92º 0.64% 0.47% -
HSV(B) 350.92º 0.78% 0.76% -
XYZ 24.35 13.72 6.52 -
YUV 91.07 113.86 202.13 -
System Red Green Blue C M Y K H S L
Decimal 195 43 66 0 0.78 0.66 0.24 350.92 0.64 0.47
Hex C3 2B 42 0 4E 42 18 15F 40 2F
Octal 303 53 102 0 116 102 30 537 100 57
Binary 11000011 101011 1000010 0 1001110 1000010 11000 101011111 1000000 101111

Color Harmonies of #C32B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32B42

Black with #C32B42

Text Example


Text Example

White with #C32B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32B42; }

 p { color: rgb(195,43,66); }

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

background-color css

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

 a { background-color: rgb(195,43,66); }

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

border-color css

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

 span { border-color: rgb(195,43,66); }

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