Html Css Color HEX #C60130 Cardinal

📋 copy color: '#C60130'

red 198 ◦ green 1 ◦ blue 48

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

Shades of Cardinal #C60130

Tints of Cardinal #C60130

RGB

 RED value IS 198 (77.73% from 255) = 80.16%

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

 BLUE value IS 48 (19.14% from 255) = 19.43%

R = 80.16%
G = 0.4%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C60130 (or 0xC60130) is known color: Cardinal. HEX triplet: C6, 01 and 30. RGB value is (198,1,48). Sum of RGB (Red+Green+Blue) = 198+1+48=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C60130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60130 is #39FECF. Grayscale: #414141. Windows color (decimal): -3800784 or 3146182. OLE color: 3146182.

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

Color convert

RGB 198 1 48 -
CMYK 0 0.99 0.76 0.22
HSL 345.69º 0.99% 0.39% -
HSV(B) 345.69º 0.99% 0.78% -
XYZ 23.83 12.24 3.9 -
YUV 65.26 118.27 222.68 -
System Red Green Blue C M Y K H S L
Decimal 198 1 48 0 0.99 0.76 0.22 345.69 0.99 0.39
Hex C6 1 30 0 63 4C 16 15A 63 27
Octal 306 1 60 0 143 114 26 532 143 47
Binary 11000110 1 110000 0 1100011 1001100 10110 101011010 1100011 100111

Color Harmonies of #C60130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60130

Black with #C60130

Text Example


Text Example

White with #C60130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60130; }

 p { color: rgb(198,1,48); }

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

background-color css

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

 a { background-color: rgb(198,1,48); }

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

border-color css

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

 span { border-color: rgb(198,1,48); }

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