Html Css Color HEX #C0052E Cardinal

📋 copy color: '#C0052E'

red 192 ◦ green 5 ◦ blue 46

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

Shades of Cardinal #C0052E

Tints of Cardinal #C0052E

RGB

 RED value IS 192 (75.39% from 255) = 79.01%

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

 BLUE value IS 46 (18.36% from 255) = 18.93%

R = 79.01%
G = 2.06%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0052E (or 0xC0052E) is known color: Cardinal. HEX triplet: C0, 05 and 2E. RGB value is (192,5,46). Sum of RGB (Red+Green+Blue) = 192+5+46=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C0052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0052E is #3FFAD1. Grayscale: #414141. Windows color (decimal): -4192978 or 3016128. OLE color: 3016128.

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

Color convert

RGB 192 5 46 -
CMYK 0 0.97 0.76 0.25
HSL 346.84º 0.95% 0.39% -
HSV(B) 346.84º 0.97% 0.75% -
XYZ 22.29 11.51 3.63 -
YUV 65.59 116.95 218.17 -
System Red Green Blue C M Y K H S L
Decimal 192 5 46 0 0.97 0.76 0.25 346.84 0.95 0.39
Hex C0 5 2E 0 61 4C 19 15B 5F 27
Octal 300 5 56 0 141 114 31 533 137 47
Binary 11000000 101 101110 0 1100001 1001100 11001 101011011 1011111 100111

Color Harmonies of #C0052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0052E

Black with #C0052E

Text Example


Text Example

White with #C0052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0052E; }

 p { color: rgb(192,5,46); }

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

background-color css

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

 a { background-color: rgb(192,5,46); }

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

border-color css

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

 span { border-color: rgb(192,5,46); }

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