Html Css Color HEX #C30449 Cardinal

📋 copy color: '#C30449'

red 195 ◦ green 4 ◦ blue 73

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

Shades of Cardinal #C30449

Tints of Cardinal #C30449

RGB

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

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

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

R = 71.69%
G = 1.47%
B = 26.84%

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

#C30449 (or 0xC30449) is known color: Cardinal. HEX triplet: C3, 04 and 49. RGB value is (195,4,73). Sum of RGB (Red+Green+Blue) = 195+4+73=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C30449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30449 is #3CFBB6. Grayscale: #444444. Windows color (decimal): -3996599 or 4785347. OLE color: 4785347.

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

Color convert

RGB 195 4 73 -
CMYK 0 0.98 0.63 0.24
HSL 338.32º 0.96% 0.39% -
HSV(B) 338.32º 0.98% 0.76% -
XYZ 23.75 12.17 7.4 -
YUV 68.98 130.28 217.89 -
System Red Green Blue C M Y K H S L
Decimal 195 4 73 0 0.98 0.63 0.24 338.32 0.96 0.39
Hex C3 4 49 0 62 3F 18 152 60 27
Octal 303 4 111 0 142 77 30 522 140 47
Binary 11000011 100 1001001 0 1100010 111111 11000 101010010 1100000 100111

Color Harmonies of #C30449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30449

Black with #C30449

Text Example


Text Example

White with #C30449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30449; }

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

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

background-color css

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

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

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

border-color css

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

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

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