Html Css Color HEX #C60930 Cardinal

📋 copy color: '#C60930'

red 198 ◦ green 9 ◦ blue 48

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

Shades of Cardinal #C60930

Tints of Cardinal #C60930

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.53%

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

R = 77.65%
G = 3.53%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C60930 (or 0xC60930) is known color: Cardinal. HEX triplet: C6, 09 and 30. RGB value is (198,9,48). Sum of RGB (Red+Green+Blue) = 198+9+48=255 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.65% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 198 - color contains mainly: red. Hex color #C60930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60930 is #39F6CF. Grayscale: #454545. Windows color (decimal): -3798736 or 3148230. OLE color: 3148230.

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

Color convert

RGB 198 9 48 -
CMYK 0 0.95 0.76 0.22
HSL 347.62º 0.91% 0.41% -
HSV(B) 347.62º 0.95% 0.78% -
XYZ 23.92 12.41 3.93 -
YUV 69.96 115.62 219.33 -
System Red Green Blue C M Y K H S L
Decimal 198 9 48 0 0.95 0.76 0.22 347.62 0.91 0.41
Hex C6 9 30 0 5F 4C 16 15C 5B 29
Octal 306 11 60 0 137 114 26 534 133 51
Binary 11000110 1001 110000 0 1011111 1001100 10110 101011100 1011011 101001

Color Harmonies of #C60930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60930

Black with #C60930

Text Example


Text Example

White with #C60930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60930; }

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

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

background-color css

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

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

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

border-color css

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

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

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