Html Css Color HEX #C32C42 Brick Red

📋 copy color: '#C32C42'

red 195 ◦ green 44 ◦ blue 66

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

Shades of Brick Red #C32C42

Tints of Brick Red #C32C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.64%

R = 63.93%
G = 14.43%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C32C42 (or 0xC32C42) is known color: Brick Red. HEX triplet: C3, 2C and 42. RGB value is (195,44,66). Sum of RGB (Red+Green+Blue) = 195+44+66=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C42 is #3CD3BD. Grayscale: #5B5B5B. Windows color (decimal): -3986366 or 4336835. OLE color: 4336835.

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

Color convert

RGB 195 44 66 -
CMYK 0 0.77 0.66 0.24
HSL 351.26º 0.63% 0.47% -
HSV(B) 351.26º 0.77% 0.76% -
XYZ 24.39 13.8 6.53 -
YUV 91.66 113.53 201.71 -
System Red Green Blue C M Y K H S L
Decimal 195 44 66 0 0.77 0.66 0.24 351.26 0.63 0.47
Hex C3 2C 42 0 4D 42 18 15F 3F 2F
Octal 303 54 102 0 115 102 30 537 77 57
Binary 11000011 101100 1000010 0 1001101 1000010 11000 101011111 111111 101111

Color Harmonies of #C32C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32C42

Black with #C32C42

Text Example


Text Example

White with #C32C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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