Html Css Color HEX #C60532 Cardinal

📋 copy color: '#C60532'

red 198 ◦ green 5 ◦ blue 50

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

Shades of Cardinal #C60532

Tints of Cardinal #C60532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

 BLUE value IS 50 (19.92% from 255) = 19.76%

R = 78.26%
G = 1.98%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C60532 (or 0xC60532) is known color: Cardinal. HEX triplet: C6, 05 and 32. RGB value is (198,5,50). Sum of RGB (Red+Green+Blue) = 198+5+50=253 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.26% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 198 - color contains mainly: red. Hex color #C60532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60532 is #39FACD. Grayscale: #434343. Windows color (decimal): -3799758 or 3278278. OLE color: 3278278.

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

Color convert

RGB 198 5 50 -
CMYK 0 0.97 0.75 0.22
HSL 346.01º 0.95% 0.4% -
HSV(B) 346.01º 0.97% 0.78% -
XYZ 23.92 12.34 4.14 -
YUV 67.84 117.94 220.84 -
System Red Green Blue C M Y K H S L
Decimal 198 5 50 0 0.97 0.75 0.22 346.01 0.95 0.4
Hex C6 5 32 0 61 4B 16 15A 5F 28
Octal 306 5 62 0 141 113 26 532 137 50
Binary 11000110 101 110010 0 1100001 1001011 10110 101011010 1011111 101000

Color Harmonies of #C60532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60532

Black with #C60532

Text Example


Text Example

White with #C60532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60532; }

 p { color: rgb(198,5,50); }

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

background-color css

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

 a { background-color: rgb(198,5,50); }

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

border-color css

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

 span { border-color: rgb(198,5,50); }

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