Html Css Color HEX #C0144B Cardinal

📋 copy color: '#C0144B'

red 192 ◦ green 20 ◦ blue 75

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

Shades of Cardinal #C0144B

Tints of Cardinal #C0144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.97%

 BLUE value IS 75 (29.69% from 255) = 26.13%

R = 66.9%
G = 6.97%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0144B (or 0xC0144B) is known color: Cardinal. HEX triplet: C0, 14 and 4B. RGB value is (192,20,75). Sum of RGB (Red+Green+Blue) = 192+20+75=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0144B is #3FEBB4. Grayscale: #4D4D4D. Windows color (decimal): -4189109 or 4920512. OLE color: 4920512.

HSL color Cylindrical-coordinate representation of color #C0144B: hue angle of 340.81º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0144B is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 75 -
CMYK 0 0.90 0.61 0.25
HSL 340.81º 0.81% 0.42% -
HSV(B) 340.81º 0.9% 0.75% -
XYZ 23.26 12.21 7.79 -
YUV 77.7 126.48 209.53 -
System Red Green Blue C M Y K H S L
Decimal 192 20 75 0 0.90 0.61 0.25 340.81 0.81 0.42
Hex C0 14 4B 0 5A 3D 19 155 51 2A
Octal 300 24 113 0 132 75 31 525 121 52
Binary 11000000 10100 1001011 0 1011010 111101 11001 101010101 1010001 101010

Color Harmonies of #C0144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0144B

Black with #C0144B

Text Example


Text Example

White with #C0144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0144B; }

 p { color: rgb(192,20,75); }

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

background-color css

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

 a { background-color: rgb(192,20,75); }

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

border-color css

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

 span { border-color: rgb(192,20,75); }

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