Html Css Color HEX #C30346 Cardinal

📋 copy color: '#C30346'

red 195 ◦ green 3 ◦ blue 70

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

Shades of Cardinal #C30346

Tints of Cardinal #C30346

RGB

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

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

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

R = 72.76%
G = 1.12%
B = 26.12%

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

#C30346 (or 0xC30346) is known color: Cardinal. HEX triplet: C3, 03 and 46. RGB value is (195,3,70). Sum of RGB (Red+Green+Blue) = 195+3+70=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C30346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30346 is #3CFCB9. Grayscale: #434343. Windows color (decimal): -3996858 or 4588483. OLE color: 4588483.

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

Color convert

RGB 195 3 70 -
CMYK 0 0.98 0.64 0.24
HSL 339.06º 0.97% 0.39% -
HSV(B) 339.06º 0.98% 0.76% -
XYZ 23.64 12.11 6.89 -
YUV 68.05 129.11 218.55 -
System Red Green Blue C M Y K H S L
Decimal 195 3 70 0 0.98 0.64 0.24 339.06 0.97 0.39
Hex C3 3 46 0 62 40 18 153 61 27
Octal 303 3 106 0 142 100 30 523 141 47
Binary 11000011 11 1000110 0 1100010 1000000 11000 101010011 1100001 100111

Color Harmonies of #C30346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30346

Black with #C30346

Text Example


Text Example

White with #C30346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30346; }

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

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

background-color css

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

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

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

border-color css

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

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

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