Html Css Color HEX #C30549 Cardinal

📋 copy color: '#C30549'

red 195 ◦ green 5 ◦ blue 73

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

Shades of Cardinal #C30549

Tints of Cardinal #C30549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.74%

R = 71.43%
G = 1.83%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C30549 (or 0xC30549) is known color: Cardinal. HEX triplet: C3, 05 and 49. RGB value is (195,5,73). Sum of RGB (Red+Green+Blue) = 195+5+73=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C30549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30549 is #3CFAB6. Grayscale: #454545. Windows color (decimal): -3996343 or 4785603. OLE color: 4785603.

HSL color Cylindrical-coordinate representation of color #C30549: hue angle of 338.53º 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 #C30549 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 5 73 -
CMYK 0 0.97 0.63 0.24
HSL 338.53º 0.95% 0.39% -
HSV(B) 338.53º 0.97% 0.76% -
XYZ 23.76 12.19 7.4 -
YUV 69.56 129.95 217.47 -
System Red Green Blue C M Y K H S L
Decimal 195 5 73 0 0.97 0.63 0.24 338.53 0.95 0.39
Hex C3 5 49 0 61 3F 18 153 5F 27
Octal 303 5 111 0 141 77 30 523 137 47
Binary 11000011 101 1001001 0 1100001 111111 11000 101010011 1011111 100111

Color Harmonies of #C30549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30549

Black with #C30549

Text Example


Text Example

White with #C30549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30549; }

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

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

background-color css

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

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

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

border-color css

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

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

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