Html Css Color HEX #C30332 Cardinal

📋 copy color: '#C30332'

red 195 ◦ green 3 ◦ blue 50

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

Shades of Cardinal #C30332

Tints of Cardinal #C30332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

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

R = 78.63%
G = 1.21%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C30332 (or 0xC30332) is known color: Cardinal. HEX triplet: C3, 03 and 32. RGB value is (195,3,50). Sum of RGB (Red+Green+Blue) = 195+3+50=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C30332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30332 is #3CFCCD. Grayscale: #414141. Windows color (decimal): -3996878 or 3277763. OLE color: 3277763.

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

Color convert

RGB 195 3 50 -
CMYK 0 0.98 0.74 0.24
HSL 345.31º 0.97% 0.39% -
HSV(B) 345.31º 0.98% 0.76% -
XYZ 23.11 11.9 4.1 -
YUV 65.77 119.11 220.18 -
System Red Green Blue C M Y K H S L
Decimal 195 3 50 0 0.98 0.74 0.24 345.31 0.97 0.39
Hex C3 3 32 0 62 4A 18 159 61 27
Octal 303 3 62 0 142 112 30 531 141 47
Binary 11000011 11 110010 0 1100010 1001010 11000 101011001 1100001 100111

Color Harmonies of #C30332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30332

Black with #C30332

Text Example


Text Example

White with #C30332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30332; }

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

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

background-color css

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

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

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

border-color css

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

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

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