Html Css Color HEX #C32834 Cardinal

📋 copy color: '#C32834'

red 195 ◦ green 40 ◦ blue 52

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

Shades of Cardinal #C32834

Tints of Cardinal #C32834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.94%

 BLUE value IS 52 (20.7% from 255) = 18.12%

R = 67.94%
G = 13.94%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C32834 (or 0xC32834) is known color: Cardinal. HEX triplet: C3, 28 and 34. RGB value is (195,40,52). Sum of RGB (Red+Green+Blue) = 195+40+52=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C32834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32834 is #3CD7CB. Grayscale: #575757. Windows color (decimal): -3987404 or 3418307. OLE color: 3418307.

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

Color convert

RGB 195 40 52 -
CMYK 0 0.79 0.73 0.24
HSL 355.35º 0.66% 0.46% -
HSV(B) 355.35º 0.79% 0.76% -
XYZ 23.88 13.37 4.57 -
YUV 87.71 107.85 204.52 -
System Red Green Blue C M Y K H S L
Decimal 195 40 52 0 0.79 0.73 0.24 355.35 0.66 0.46
Hex C3 28 34 0 4F 49 18 163 42 2E
Octal 303 50 64 0 117 111 30 543 102 56
Binary 11000011 101000 110100 0 1001111 1001001 11000 101100011 1000010 101110

Color Harmonies of #C32834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32834

Black with #C32834

Text Example


Text Example

White with #C32834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32834; }

 p { color: rgb(195,40,52); }

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

background-color css

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

 a { background-color: rgb(195,40,52); }

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

border-color css

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

 span { border-color: rgb(195,40,52); }

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