Html Css Color HEX #C60132 Cardinal

📋 copy color: '#C60132'

red 198 ◦ green 1 ◦ blue 50

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

Shades of Cardinal #C60132

Tints of Cardinal #C60132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 79.52%
G = 0.4%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C60132 (or 0xC60132) is known color: Cardinal. HEX triplet: C6, 01 and 32. RGB value is (198,1,50). Sum of RGB (Red+Green+Blue) = 198+1+50=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C60132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60132 is #39FECD. Grayscale: #414141. Windows color (decimal): -3800782 or 3277254. OLE color: 3277254.

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

Color convert

RGB 198 1 50 -
CMYK 0 0.99 0.75 0.22
HSL 345.08º 0.99% 0.39% -
HSV(B) 345.08º 0.99% 0.78% -
XYZ 23.88 12.26 4.13 -
YUV 65.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 198 1 50 0 0.99 0.75 0.22 345.08 0.99 0.39
Hex C6 1 32 0 63 4B 16 159 63 27
Octal 306 1 62 0 143 113 26 531 143 47
Binary 11000110 1 110010 0 1100011 1001011 10110 101011001 1100011 100111

Color Harmonies of #C60132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60132

Black with #C60132

Text Example


Text Example

White with #C60132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60132; }

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

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

background-color css

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

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

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

border-color css

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

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

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