Html Css Color HEX #C30349 Cardinal

📋 copy color: '#C30349'

red 195 ◦ green 3 ◦ blue 73

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

Shades of Cardinal #C30349

Tints of Cardinal #C30349

RGB

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

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

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

R = 71.96%
G = 1.11%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C30349 (or 0xC30349) is known color: Cardinal. HEX triplet: C3, 03 and 49. RGB value is (195,3,73). Sum of RGB (Red+Green+Blue) = 195+3+73=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C30349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30349 is #3CFCB6. Grayscale: #444444. Windows color (decimal): -3996855 or 4785091. OLE color: 4785091.

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

Color convert

RGB 195 3 73 -
CMYK 0 0.98 0.63 0.24
HSL 338.13º 0.97% 0.39% -
HSV(B) 338.13º 0.98% 0.76% -
XYZ 23.74 12.15 7.4 -
YUV 68.39 130.61 218.31 -
System Red Green Blue C M Y K H S L
Decimal 195 3 73 0 0.98 0.63 0.24 338.13 0.97 0.39
Hex C3 3 49 0 62 3F 18 152 61 27
Octal 303 3 111 0 142 77 30 522 141 47
Binary 11000011 11 1001001 0 1100010 111111 11000 101010010 1100001 100111

Color Harmonies of #C30349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30349

Black with #C30349

Text Example


Text Example

White with #C30349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30349; }

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

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

background-color css

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

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

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

border-color css

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

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

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