Html Css Color HEX #C30A4C Cardinal

📋 copy color: '#C30A4C'

red 195 ◦ green 10 ◦ blue 76

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

Shades of Cardinal #C30A4C

Tints of Cardinal #C30A4C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.56%

 BLUE value IS 76 (30.08% from 255) = 27.05%

R = 69.4%
G = 3.56%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C30A4C (or 0xC30A4C) is known color: Cardinal. HEX triplet: C3, 0A and 4C. RGB value is (195,10,76). Sum of RGB (Red+Green+Blue) = 195+10+76=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30A4C is #3CF5B3. Grayscale: #484848. Windows color (decimal): -3995060 or 4983491. OLE color: 4983491.

HSL color Cylindrical-coordinate representation of color #C30A4C: hue angle of 338.59º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30A4C is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 10 76 -
CMYK 0 0.95 0.61 0.24
HSL 338.59º 0.9% 0.4% -
HSV(B) 338.59º 0.95% 0.76% -
XYZ 23.92 12.34 7.96 -
YUV 72.84 129.79 215.13 -
System Red Green Blue C M Y K H S L
Decimal 195 10 76 0 0.95 0.61 0.24 338.59 0.9 0.4
Hex C3 A 4C 0 5F 3D 18 153 5A 28
Octal 303 12 114 0 137 75 30 523 132 50
Binary 11000011 1010 1001100 0 1011111 111101 11000 101010011 1011010 101000

Color Harmonies of #C30A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30A4C

Black with #C30A4C

Text Example


Text Example

White with #C30A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30A4C; }

 p { color: rgb(195,10,76); }

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

background-color css

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

 a { background-color: rgb(195,10,76); }

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

border-color css

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

 span { border-color: rgb(195,10,76); }

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