Html Css Color HEX #C30532 Cardinal

📋 copy color: '#C30532'

red 195 ◦ green 5 ◦ blue 50

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

Shades of Cardinal #C30532

Tints of Cardinal #C30532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2%

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

R = 78%
G = 2%
B = 20%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C30532 (or 0xC30532) is known color: Cardinal. HEX triplet: C3, 05 and 32. RGB value is (195,5,50). Sum of RGB (Red+Green+Blue) = 195+5+50=250 (33% of max value = 765). Red value is 195 (76.56% from 255 or 78% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 195 - color contains mainly: red. Hex color #C30532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30532 is #3CFACD. Grayscale: #424242. Windows color (decimal): -3996366 or 3278275. OLE color: 3278275.

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

Color convert

RGB 195 5 50 -
CMYK 0 0.97 0.74 0.24
HSL 345.79º 0.95% 0.39% -
HSV(B) 345.79º 0.97% 0.76% -
XYZ 23.14 11.94 4.1 -
YUV 66.94 118.45 219.34 -
System Red Green Blue C M Y K H S L
Decimal 195 5 50 0 0.97 0.74 0.24 345.79 0.95 0.39
Hex C3 5 32 0 61 4A 18 15A 5F 27
Octal 303 5 62 0 141 112 30 532 137 47
Binary 11000011 101 110010 0 1100001 1001010 11000 101011010 1011111 100111

Color Harmonies of #C30532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30532

Black with #C30532

Text Example


Text Example

White with #C30532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30532; }

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

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

background-color css

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

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

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

border-color css

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

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

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