Html Css Color HEX #C60B3A Cardinal

📋 copy color: '#C60B3A'

red 198 ◦ green 11 ◦ blue 58

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

Shades of Cardinal #C60B3A

Tints of Cardinal #C60B3A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.12%

 BLUE value IS 58 (23.05% from 255) = 21.72%

R = 74.16%
G = 4.12%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C60B3A (or 0xC60B3A) is known color: Cardinal. HEX triplet: C6, 0B and 3A. RGB value is (198,11,58). Sum of RGB (Red+Green+Blue) = 198+11+58=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60B3A is #39F4C5. Grayscale: #484848. Windows color (decimal): -3798214 or 3804102. OLE color: 3804102.

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

Color convert

RGB 198 11 58 -
CMYK 0 0.94 0.71 0.22
HSL 344.92º 0.89% 0.41% -
HSV(B) 344.92º 0.94% 0.78% -
XYZ 24.17 12.55 5.15 -
YUV 72.27 119.95 217.68 -
System Red Green Blue C M Y K H S L
Decimal 198 11 58 0 0.94 0.71 0.22 344.92 0.89 0.41
Hex C6 B 3A 0 5E 47 16 159 59 29
Octal 306 13 72 0 136 107 26 531 131 51
Binary 11000110 1011 111010 0 1011110 1000111 10110 101011001 1011001 101001

Color Harmonies of #C60B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60B3A

Black with #C60B3A

Text Example


Text Example

White with #C60B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60B3A; }

 p { color: rgb(198,11,58); }

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

background-color css

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

 a { background-color: rgb(198,11,58); }

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

border-color css

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

 span { border-color: rgb(198,11,58); }

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