Html Css Color HEX #C0153F Cardinal

📋 copy color: '#C0153F'

red 192 ◦ green 21 ◦ blue 63

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

Shades of Cardinal #C0153F

Tints of Cardinal #C0153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

 BLUE value IS 63 (25% from 255) = 22.83%

R = 69.57%
G = 7.61%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0153F (or 0xC0153F) is known color: Cardinal. HEX triplet: C0, 15 and 3F. RGB value is (192,21,63). Sum of RGB (Red+Green+Blue) = 192+21+63=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C0153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0153F is #3FEAC0. Grayscale: #4C4C4C. Windows color (decimal): -4188865 or 4134336. OLE color: 4134336.

HSL color Cylindrical-coordinate representation of color #C0153F: hue angle of 345.26º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0153F is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 21 63 -
CMYK 0 0.89 0.67 0.25
HSL 345.26º 0.8% 0.42% -
HSV(B) 345.26º 0.89% 0.75% -
XYZ 22.9 12.1 5.83 -
YUV 76.92 120.15 210.08 -
System Red Green Blue C M Y K H S L
Decimal 192 21 63 0 0.89 0.67 0.25 345.26 0.8 0.42
Hex C0 15 3F 0 59 43 19 159 50 2A
Octal 300 25 77 0 131 103 31 531 120 52
Binary 11000000 10101 111111 0 1011001 1000011 11001 101011001 1010000 101010

Color Harmonies of #C0153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0153F

Black with #C0153F

Text Example


Text Example

White with #C0153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0153F; }

 p { color: rgb(192,21,63); }

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

background-color css

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

 a { background-color: rgb(192,21,63); }

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

border-color css

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

 span { border-color: rgb(192,21,63); }

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