Html Css Color HEX #C0053B Cardinal

📋 copy color: '#C0053B'

red 192 ◦ green 5 ◦ blue 59

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

Shades of Cardinal #C0053B

Tints of Cardinal #C0053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.05%

R = 75%
G = 1.95%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0053B (or 0xC0053B) is known color: Cardinal. HEX triplet: C0, 05 and 3B. RGB value is (192,5,59). Sum of RGB (Red+Green+Blue) = 192+5+59=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C0053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0053B is #3FFAC4. Grayscale: #434343. Windows color (decimal): -4192965 or 3868096. OLE color: 3868096.

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

Color convert

RGB 192 5 59 -
CMYK 0 0.97 0.69 0.25
HSL 342.67º 0.95% 0.39% -
HSV(B) 342.67º 0.97% 0.75% -
XYZ 22.58 11.63 5.19 -
YUV 67.07 123.45 217.11 -
System Red Green Blue C M Y K H S L
Decimal 192 5 59 0 0.97 0.69 0.25 342.67 0.95 0.39
Hex C0 5 3B 0 61 45 19 157 5F 27
Octal 300 5 73 0 141 105 31 527 137 47
Binary 11000000 101 111011 0 1100001 1000101 11001 101010111 1011111 100111

Color Harmonies of #C0053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0053B

Black with #C0053B

Text Example


Text Example

White with #C0053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0053B; }

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

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

background-color css

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

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

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

border-color css

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

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

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