Html Css Color HEX #C32C41 Brick Red

📋 copy color: '#C32C41'

red 195 ◦ green 44 ◦ blue 65

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

Shades of Brick Red #C32C41

Tints of Brick Red #C32C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.38%

R = 64.14%
G = 14.47%
B = 21.38%

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

#C32C41 (or 0xC32C41) is known color: Brick Red. HEX triplet: C3, 2C and 41. RGB value is (195,44,65). Sum of RGB (Red+Green+Blue) = 195+44+65=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C41 is #3CD3BE. Grayscale: #5B5B5B. Windows color (decimal): -3986367 or 4271299. OLE color: 4271299.

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

Color convert

RGB 195 44 65 -
CMYK 0 0.77 0.67 0.24
HSL 351.66º 0.63% 0.47% -
HSV(B) 351.66º 0.77% 0.76% -
XYZ 24.36 13.79 6.38 -
YUV 91.54 113.03 201.79 -
System Red Green Blue C M Y K H S L
Decimal 195 44 65 0 0.77 0.67 0.24 351.66 0.63 0.47
Hex C3 2C 41 0 4D 43 18 160 3F 2F
Octal 303 54 101 0 115 103 30 540 77 57
Binary 11000011 101100 1000001 0 1001101 1000011 11000 101100000 111111 101111

Color Harmonies of #C32C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32C41

Black with #C32C41

Text Example


Text Example

White with #C32C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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