Html Css Color HEX #C30546 Cardinal

📋 copy color: '#C30546'

red 195 ◦ green 5 ◦ blue 70

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

Shades of Cardinal #C30546

Tints of Cardinal #C30546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.93%

R = 72.22%
G = 1.85%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C30546 (or 0xC30546) is known color: Cardinal. HEX triplet: C3, 05 and 46. RGB value is (195,5,70). Sum of RGB (Red+Green+Blue) = 195+5+70=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C30546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30546 is #3CFAB9. Grayscale: #454545. Windows color (decimal): -3996346 or 4588995. OLE color: 4588995.

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

Color convert

RGB 195 5 70 -
CMYK 0 0.97 0.64 0.24
HSL 339.47º 0.95% 0.39% -
HSV(B) 339.47º 0.97% 0.76% -
XYZ 23.67 12.15 6.89 -
YUV 69.22 128.45 217.71 -
System Red Green Blue C M Y K H S L
Decimal 195 5 70 0 0.97 0.64 0.24 339.47 0.95 0.39
Hex C3 5 46 0 61 40 18 153 5F 27
Octal 303 5 106 0 141 100 30 523 137 47
Binary 11000011 101 1000110 0 1100001 1000000 11000 101010011 1011111 100111

Color Harmonies of #C30546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30546

Black with #C30546

Text Example


Text Example

White with #C30546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30546; }

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

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

background-color css

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

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

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

border-color css

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

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

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