Html Css Color HEX #C30548 Cardinal

📋 copy color: '#C30548'

red 195 ◦ green 5 ◦ blue 72

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

Shades of Cardinal #C30548

Tints of Cardinal #C30548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.47%

R = 71.69%
G = 1.84%
B = 26.47%

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

#C30548 (or 0xC30548) is known color: Cardinal. HEX triplet: C3, 05 and 48. RGB value is (195,5,72). Sum of RGB (Red+Green+Blue) = 195+5+72=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C30548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30548 is #3CFAB7. Grayscale: #454545. Windows color (decimal): -3996344 or 4720067. OLE color: 4720067.

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

Color convert

RGB 195 5 72 -
CMYK 0 0.97 0.63 0.24
HSL 338.84º 0.95% 0.39% -
HSV(B) 338.84º 0.97% 0.76% -
XYZ 23.73 12.18 7.23 -
YUV 69.45 129.45 217.55 -
System Red Green Blue C M Y K H S L
Decimal 195 5 72 0 0.97 0.63 0.24 338.84 0.95 0.39
Hex C3 5 48 0 61 3F 18 153 5F 27
Octal 303 5 110 0 141 77 30 523 137 47
Binary 11000011 101 1001000 0 1100001 111111 11000 101010011 1011111 100111

Color Harmonies of #C30548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30548

Black with #C30548

Text Example


Text Example

White with #C30548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30548; }

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

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

background-color css

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

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

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

border-color css

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

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

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