Html Css Color HEX #C60A38 Cardinal

📋 copy color: '#C60A38'

red 198 ◦ green 10 ◦ blue 56

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

Shades of Cardinal #C60A38

Tints of Cardinal #C60A38

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.79%

 BLUE value IS 56 (22.27% from 255) = 21.21%

R = 75%
G = 3.79%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C60A38 (or 0xC60A38) is known color: Cardinal. HEX triplet: C6, 0A and 38. RGB value is (198,10,56). Sum of RGB (Red+Green+Blue) = 198+10+56=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60A38 is #39F5C7. Grayscale: #474747. Windows color (decimal): -3798472 or 3672774. OLE color: 3672774.

HSL color Cylindrical-coordinate representation of color #C60A38: hue angle of 345.32º degrees, saturation: 0.9, 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 #C60A38 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 10 56 -
CMYK 0 0.95 0.72 0.22
HSL 345.32º 0.9% 0.41% -
HSV(B) 345.32º 0.95% 0.78% -
XYZ 24.11 12.51 4.88 -
YUV 71.46 119.28 218.26 -
System Red Green Blue C M Y K H S L
Decimal 198 10 56 0 0.95 0.72 0.22 345.32 0.9 0.41
Hex C6 A 38 0 5F 48 16 159 5A 29
Octal 306 12 70 0 137 110 26 531 132 51
Binary 11000110 1010 111000 0 1011111 1001000 10110 101011001 1011010 101001

Color Harmonies of #C60A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60A38

Black with #C60A38

Text Example


Text Example

White with #C60A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60A38; }

 p { color: rgb(198,10,56); }

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

background-color css

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

 a { background-color: rgb(198,10,56); }

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

border-color css

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

 span { border-color: rgb(198,10,56); }

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