Html Css Color HEX #C32046 Cardinal

📋 copy color: '#C32046'

red 195 ◦ green 32 ◦ blue 70

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

Shades of Cardinal #C32046

Tints of Cardinal #C32046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.77%

 BLUE value IS 70 (27.73% from 255) = 23.57%

R = 65.66%
G = 10.77%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C32046 (or 0xC32046) is known color: Cardinal. HEX triplet: C3, 20 and 46. RGB value is (195,32,70). Sum of RGB (Red+Green+Blue) = 195+32+70=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C32046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32046 is #3CDFB9. Grayscale: #555555. Windows color (decimal): -3989434 or 4595907. OLE color: 4595907.

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

Color convert

RGB 195 32 70 -
CMYK 0 0.84 0.64 0.24
HSL 346.01º 0.72% 0.45% -
HSV(B) 346.01º 0.84% 0.76% -
XYZ 24.13 13.08 7.05 -
YUV 85.07 119.5 206.41 -
System Red Green Blue C M Y K H S L
Decimal 195 32 70 0 0.84 0.64 0.24 346.01 0.72 0.45
Hex C3 20 46 0 54 40 18 15A 48 2D
Octal 303 40 106 0 124 100 30 532 110 55
Binary 11000011 100000 1000110 0 1010100 1000000 11000 101011010 1001000 101101

Color Harmonies of #C32046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32046

Black with #C32046

Text Example


Text Example

White with #C32046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32046; }

 p { color: rgb(195,32,70); }

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

background-color css

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

 a { background-color: rgb(195,32,70); }

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

border-color css

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

 span { border-color: rgb(195,32,70); }

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