Html Css Color HEX #C30232 Cardinal

📋 copy color: '#C30232'

red 195 ◦ green 2 ◦ blue 50

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

Shades of Cardinal #C30232

Tints of Cardinal #C30232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 78.95%
G = 0.81%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C30232 (or 0xC30232) is known color: Cardinal. HEX triplet: C3, 02 and 32. RGB value is (195,2,50). Sum of RGB (Red+Green+Blue) = 195+2+50=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C30232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30232 is #3CFDCD. Grayscale: #414141. Windows color (decimal): -3997134 or 3277507. OLE color: 3277507.

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

Color convert

RGB 195 2 50 -
CMYK 0 0.99 0.74 0.24
HSL 345.08º 0.98% 0.39% -
HSV(B) 345.08º 0.99% 0.76% -
XYZ 23.1 11.88 4.09 -
YUV 65.18 119.44 220.6 -
System Red Green Blue C M Y K H S L
Decimal 195 2 50 0 0.99 0.74 0.24 345.08 0.98 0.39
Hex C3 2 32 0 63 4A 18 159 62 27
Octal 303 2 62 0 143 112 30 531 142 47
Binary 11000011 10 110010 0 1100011 1001010 11000 101011001 1100010 100111

Color Harmonies of #C30232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30232

Black with #C30232

Text Example


Text Example

White with #C30232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30232; }

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

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

background-color css

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

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

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

border-color css

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

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

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