Html Css Color HEX #C0152D Cardinal

📋 copy color: '#C0152D'

red 192 ◦ green 21 ◦ blue 45

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

Shades of Cardinal #C0152D

Tints of Cardinal #C0152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.44%

R = 74.42%
G = 8.14%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0152D (or 0xC0152D) is known color: Cardinal. HEX triplet: C0, 15 and 2D. RGB value is (192,21,45). Sum of RGB (Red+Green+Blue) = 192+21+45=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C0152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0152D is #3FEAD2. Grayscale: #4A4A4A. Windows color (decimal): -4188883 or 2954688. OLE color: 2954688.

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

Color convert

RGB 192 21 45 -
CMYK 0 0.89 0.77 0.25
HSL 351.58º 0.8% 0.42% -
HSV(B) 351.58º 0.89% 0.75% -
XYZ 22.48 11.93 3.6 -
YUV 74.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 192 21 45 0 0.89 0.77 0.25 351.58 0.8 0.42
Hex C0 15 2D 0 59 4D 19 160 50 2A
Octal 300 25 55 0 131 115 31 540 120 52
Binary 11000000 10101 101101 0 1011001 1001101 11001 101100000 1010000 101010

Color Harmonies of #C0152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0152D

Black with #C0152D

Text Example


Text Example

White with #C0152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0152D; }

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

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

background-color css

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

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

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

border-color css

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

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

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