Html Css Color HEX #C30149 Cardinal

📋 copy color: '#C30149'

red 195 ◦ green 1 ◦ blue 73

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

Shades of Cardinal #C30149

Tints of Cardinal #C30149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 72.49%
G = 0.37%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C30149 (or 0xC30149) is known color: Cardinal. HEX triplet: C3, 01 and 49. RGB value is (195,1,73). Sum of RGB (Red+Green+Blue) = 195+1+73=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C30149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30149 is #3CFEB6. Grayscale: #434343. Windows color (decimal): -3997367 or 4784579. OLE color: 4784579.

HSL color Cylindrical-coordinate representation of color #C30149: hue angle of 337.73º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30149 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 73 -
CMYK 0 0.99 0.63 0.24
HSL 337.73º 0.99% 0.38% -
HSV(B) 337.73º 0.99% 0.76% -
XYZ 23.72 12.1 7.39 -
YUV 67.21 131.27 219.15 -
System Red Green Blue C M Y K H S L
Decimal 195 1 73 0 0.99 0.63 0.24 337.73 0.99 0.38
Hex C3 1 49 0 63 3F 18 152 63 26
Octal 303 1 111 0 143 77 30 522 143 46
Binary 11000011 1 1001001 0 1100011 111111 11000 101010010 1100011 100110

Color Harmonies of #C30149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30149

Black with #C30149

Text Example


Text Example

White with #C30149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30149; }

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

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

background-color css

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

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

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

border-color css

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

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

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