Html Css Color HEX #C6052F Cardinal

📋 copy color: '#C6052F'

red 198 ◦ green 5 ◦ blue 47

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

Shades of Cardinal #C6052F

Tints of Cardinal #C6052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.8%

R = 79.2%
G = 2%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C6052F (or 0xC6052F) is known color: Cardinal. HEX triplet: C6, 05 and 2F. RGB value is (198,5,47). Sum of RGB (Red+Green+Blue) = 198+5+47=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C6052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6052F is #39FAD0. Grayscale: #434343. Windows color (decimal): -3799761 or 3081670. OLE color: 3081670.

HSL color Cylindrical-coordinate representation of color #C6052F: hue angle of 346.94º 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 #C6052F is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 47 -
CMYK 0 0.97 0.76 0.22
HSL 346.94º 0.95% 0.4% -
HSV(B) 346.94º 0.97% 0.78% -
XYZ 23.86 12.32 3.81 -
YUV 67.5 116.44 221.08 -
System Red Green Blue C M Y K H S L
Decimal 198 5 47 0 0.97 0.76 0.22 346.94 0.95 0.4
Hex C6 5 2F 0 61 4C 16 15B 5F 28
Octal 306 5 57 0 141 114 26 533 137 50
Binary 11000110 101 101111 0 1100001 1001100 10110 101011011 1011111 101000

Color Harmonies of #C6052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6052F

Black with #C6052F

Text Example


Text Example

White with #C6052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6052F; }

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

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

background-color css

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

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

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

border-color css

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

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

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