Html Css Color HEX #C3044A Cardinal

📋 copy color: '#C3044A'

red 195 ◦ green 4 ◦ blue 74

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

Shades of Cardinal #C3044A

Tints of Cardinal #C3044A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.11%

R = 71.43%
G = 1.47%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3044A (or 0xC3044A) is known color: Cardinal. HEX triplet: C3, 04 and 4A. RGB value is (195,4,74). Sum of RGB (Red+Green+Blue) = 195+4+74=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C3044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3044A is #3CFBB5. Grayscale: #454545. Windows color (decimal): -3996598 or 4850883. OLE color: 4850883.

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

Color convert

RGB 195 4 74 -
CMYK 0 0.98 0.62 0.24
HSL 338.01º 0.96% 0.39% -
HSV(B) 338.01º 0.98% 0.76% -
XYZ 23.79 12.18 7.58 -
YUV 69.09 130.78 217.81 -
System Red Green Blue C M Y K H S L
Decimal 195 4 74 0 0.98 0.62 0.24 338.01 0.96 0.39
Hex C3 4 4A 0 62 3E 18 152 60 27
Octal 303 4 112 0 142 76 30 522 140 47
Binary 11000011 100 1001010 0 1100010 111110 11000 101010010 1100000 100111

Color Harmonies of #C3044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3044A

Black with #C3044A

Text Example


Text Example

White with #C3044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3044A; }

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

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

background-color css

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

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

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

border-color css

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

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

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