Html Css Color HEX #C32D39 Brick Red

📋 copy color: '#C32D39'

red 195 ◦ green 45 ◦ blue 57

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

Shades of Brick Red #C32D39

Tints of Brick Red #C32D39

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.15%

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

R = 65.66%
G = 15.15%
B = 19.19%

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

#C32D39 (or 0xC32D39) is known color: Brick Red. HEX triplet: C3, 2D and 39. RGB value is (195,45,57). Sum of RGB (Red+Green+Blue) = 195+45+57=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32D39 is #3CD2C6. Grayscale: #5B5B5B. Windows color (decimal): -3986119 or 3747267. OLE color: 3747267.

HSL color Cylindrical-coordinate representation of color #C32D39: hue angle of 355.2º degrees, saturation: 0.62, 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 #C32D39 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 45 57 -
CMYK 0 0.77 0.71 0.24
HSL 355.2º 0.63% 0.47% -
HSV(B) 355.2º 0.77% 0.76% -
XYZ 24.18 13.77 5.26 -
YUV 91.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 195 45 57 0 0.77 0.71 0.24 355.2 0.63 0.47
Hex C3 2D 39 0 4D 47 18 163 3E 2F
Octal 303 55 71 0 115 107 30 543 76 57
Binary 11000011 101101 111001 0 1001101 1000111 11000 101100011 111110 101111

Color Harmonies of #C32D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32D39

Black with #C32D39

Text Example


Text Example

White with #C32D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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