Html Css Color HEX #C60830 Cardinal

📋 copy color: '#C60830'

red 198 ◦ green 8 ◦ blue 48

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

Shades of Cardinal #C60830

Tints of Cardinal #C60830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

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

R = 77.95%
G = 3.15%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C60830 (or 0xC60830) is known color: Cardinal. HEX triplet: C6, 08 and 30. RGB value is (198,8,48). Sum of RGB (Red+Green+Blue) = 198+8+48=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C60830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60830 is #39F7CF. Grayscale: #454545. Windows color (decimal): -3798992 or 3147974. OLE color: 3147974.

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

Color convert

RGB 198 8 48 -
CMYK 0 0.96 0.76 0.22
HSL 347.37º 0.92% 0.4% -
HSV(B) 347.37º 0.96% 0.78% -
XYZ 23.91 12.39 3.93 -
YUV 69.37 115.95 219.75 -
System Red Green Blue C M Y K H S L
Decimal 198 8 48 0 0.96 0.76 0.22 347.37 0.92 0.4
Hex C6 8 30 0 60 4C 16 15B 5C 28
Octal 306 10 60 0 140 114 26 533 134 50
Binary 11000110 1000 110000 0 1100000 1001100 10110 101011011 1011100 101000

Color Harmonies of #C60830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60830

Black with #C60830

Text Example


Text Example

White with #C60830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60830; }

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

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

background-color css

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

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

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

border-color css

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

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

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