Html Css Color HEX #C32132 Cardinal

📋 copy color: '#C32132'

red 195 ◦ green 33 ◦ blue 50

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

Shades of Cardinal #C32132

Tints of Cardinal #C32132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 70.14%
G = 11.87%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C32132 (or 0xC32132) is known color: Cardinal. HEX triplet: C3, 21 and 32. RGB value is (195,33,50). Sum of RGB (Red+Green+Blue) = 195+33+50=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C32132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32132 is #3CDECD. Grayscale: #535353. Windows color (decimal): -3989198 or 3285443. OLE color: 3285443.

HSL color Cylindrical-coordinate representation of color #C32132: hue angle of 353.7º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32132 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 33 50 -
CMYK 0 0.83 0.74 0.24
HSL 353.7º 0.71% 0.45% -
HSV(B) 353.7º 0.83% 0.76% -
XYZ 23.63 12.92 4.27 -
YUV 83.38 109.17 207.62 -
System Red Green Blue C M Y K H S L
Decimal 195 33 50 0 0.83 0.74 0.24 353.7 0.71 0.45
Hex C3 21 32 0 53 4A 18 162 47 2D
Octal 303 41 62 0 123 112 30 542 107 55
Binary 11000011 100001 110010 0 1010011 1001010 11000 101100010 1000111 101101

Color Harmonies of #C32132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32132

Black with #C32132

Text Example


Text Example

White with #C32132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32132; }

 p { color: rgb(195,33,50); }

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

background-color css

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

 a { background-color: rgb(195,33,50); }

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

border-color css

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

 span { border-color: rgb(195,33,50); }

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