Html Css Color HEX #C32D40 Brick Red

📋 copy color: '#C32D40'

red 195 ◦ green 45 ◦ blue 64

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

Shades of Brick Red #C32D40

Tints of Brick Red #C32D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 64.14%
G = 14.8%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C32D40 (or 0xC32D40) is known color: Brick Red. HEX triplet: C3, 2D and 40. RGB value is (195,45,64). Sum of RGB (Red+Green+Blue) = 195+45+64=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32D40 is #3CD2BF. Grayscale: #5C5C5C. Windows color (decimal): -3986112 or 4206019. OLE color: 4206019.

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

Color convert

RGB 195 45 64 -
CMYK 0 0.77 0.67 0.24
HSL 352.4º 0.63% 0.47% -
HSV(B) 352.4º 0.77% 0.76% -
XYZ 24.37 13.85 6.24 -
YUV 92.02 112.2 201.46 -
System Red Green Blue C M Y K H S L
Decimal 195 45 64 0 0.77 0.67 0.24 352.4 0.63 0.47
Hex C3 2D 40 0 4D 43 18 160 3E 2F
Octal 303 55 100 0 115 103 30 540 76 57
Binary 11000011 101101 1000000 0 1001101 1000011 11000 101100000 111110 101111

Color Harmonies of #C32D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32D40

Black with #C32D40

Text Example


Text Example

White with #C32D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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