Html Css Color HEX #C32B39 Brick Red

📋 copy color: '#C32B39'

red 195 ◦ green 43 ◦ blue 57

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

Shades of Brick Red #C32B39

Tints of Brick Red #C32B39

RGB

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

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

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

R = 66.1%
G = 14.58%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C32B39 (or 0xC32B39) is known color: Brick Red. HEX triplet: C3, 2B and 39. RGB value is (195,43,57). Sum of RGB (Red+Green+Blue) = 195+43+57=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32B39 is #3CD4C6. Grayscale: #5A5A5A. Windows color (decimal): -3986631 or 3746755. OLE color: 3746755.

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

Color convert

RGB 195 43 57 -
CMYK 0 0.78 0.71 0.24
HSL 354.47º 0.64% 0.47% -
HSV(B) 354.47º 0.78% 0.76% -
XYZ 24.11 13.63 5.23 -
YUV 90.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 195 43 57 0 0.78 0.71 0.24 354.47 0.64 0.47
Hex C3 2B 39 0 4E 47 18 162 40 2F
Octal 303 53 71 0 116 107 30 542 100 57
Binary 11000011 101011 111001 0 1001110 1000111 11000 101100010 1000000 101111

Color Harmonies of #C32B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32B39

Black with #C32B39

Text Example


Text Example

White with #C32B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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