Html Css Color HEX #C30446 Cardinal

📋 copy color: '#C30446'

red 195 ◦ green 4 ◦ blue 70

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

Shades of Cardinal #C30446

Tints of Cardinal #C30446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 72.49%
G = 1.49%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C30446 (or 0xC30446) is known color: Cardinal. HEX triplet: C3, 04 and 46. RGB value is (195,4,70). Sum of RGB (Red+Green+Blue) = 195+4+70=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C30446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30446 is #3CFBB9. Grayscale: #444444. Windows color (decimal): -3996602 or 4588739. OLE color: 4588739.

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

Color convert

RGB 195 4 70 -
CMYK 0 0.98 0.64 0.24
HSL 339.27º 0.96% 0.39% -
HSV(B) 339.27º 0.98% 0.76% -
XYZ 23.65 12.13 6.89 -
YUV 68.63 128.78 218.13 -
System Red Green Blue C M Y K H S L
Decimal 195 4 70 0 0.98 0.64 0.24 339.27 0.96 0.39
Hex C3 4 46 0 62 40 18 153 60 27
Octal 303 4 106 0 142 100 30 523 140 47
Binary 11000011 100 1000110 0 1100010 1000000 11000 101010011 1100000 100111

Color Harmonies of #C30446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30446

Black with #C30446

Text Example


Text Example

White with #C30446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30446; }

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

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

background-color css

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

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

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

border-color css

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

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

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