Html Css Color HEX #C32942 Brick Red

📋 copy color: '#C32942'

red 195 ◦ green 41 ◦ blue 66

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

Shades of Brick Red #C32942

Tints of Brick Red #C32942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

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

R = 64.57%
G = 13.58%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C32942 (or 0xC32942) is known color: Brick Red. HEX triplet: C3, 29 and 42. RGB value is (195,41,66). Sum of RGB (Red+Green+Blue) = 195+41+66=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C32942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32942 is #3CD6BD. Grayscale: #595959. Windows color (decimal): -3987134 or 4336067. OLE color: 4336067.

HSL color Cylindrical-coordinate representation of color #C32942: hue angle of 350.26º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32942 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 41 66 -
CMYK 0 0.79 0.66 0.24
HSL 350.26º 0.65% 0.46% -
HSV(B) 350.26º 0.79% 0.76% -
XYZ 24.28 13.58 6.5 -
YUV 89.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 195 41 66 0 0.79 0.66 0.24 350.26 0.65 0.46
Hex C3 29 42 0 4F 42 18 15E 41 2E
Octal 303 51 102 0 117 102 30 536 101 56
Binary 11000011 101001 1000010 0 1001111 1000010 11000 101011110 1000001 101110

Color Harmonies of #C32942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32942

Black with #C32942

Text Example


Text Example

White with #C32942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32942; }

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

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

background-color css

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

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

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

border-color css

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

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

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