Html Css Color HEX #C32C39 Brick Red

📋 copy color: '#C32C39'

red 195 ◦ green 44 ◦ blue 57

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

Shades of Brick Red #C32C39

Tints of Brick Red #C32C39

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.86%

 BLUE value IS 57 (22.66% from 255) = 19.26%

R = 65.88%
G = 14.86%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C32C39 (or 0xC32C39) is known color: Brick Red. HEX triplet: C3, 2C and 39. RGB value is (195,44,57). Sum of RGB (Red+Green+Blue) = 195+44+57=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C39 is #3CD3C6. Grayscale: #5A5A5A. Windows color (decimal): -3986375 or 3747011. OLE color: 3747011.

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

Color convert

RGB 195 44 57 -
CMYK 0 0.77 0.71 0.24
HSL 354.83º 0.63% 0.47% -
HSV(B) 354.83º 0.77% 0.76% -
XYZ 24.14 13.7 5.24 -
YUV 90.63 109.03 202.44 -
System Red Green Blue C M Y K H S L
Decimal 195 44 57 0 0.77 0.71 0.24 354.83 0.63 0.47
Hex C3 2C 39 0 4D 47 18 163 3F 2F
Octal 303 54 71 0 115 107 30 543 77 57
Binary 11000011 101100 111001 0 1001101 1000111 11000 101100011 111111 101111

Color Harmonies of #C32C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32C39

Black with #C32C39

Text Example


Text Example

White with #C32C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32C39; }

 p { color: rgb(195,44,57); }

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

background-color css

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

 a { background-color: rgb(195,44,57); }

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

border-color css

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

 span { border-color: rgb(195,44,57); }

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