Html Css Color HEX #C20B4B Cardinal

📋 copy color: '#C20B4B'

red 194 ◦ green 11 ◦ blue 75

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

Shades of Cardinal #C20B4B

Tints of Cardinal #C20B4B

RGB

 RED value IS 194 (76.17% from 255) = 69.29%

 GREEN value IS 11 (4.69% from 255) = 3.93%

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

R = 69.29%
G = 3.93%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C20B4B (or 0xC20B4B) is known color: Cardinal. HEX triplet: C2, 0B and 4B. RGB value is (194,11,75). Sum of RGB (Red+Green+Blue) = 194+11+75=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20B4B is #3DF4B4. Grayscale: #484848. Windows color (decimal): -4060341 or 4918210. OLE color: 4918210.

HSL color Cylindrical-coordinate representation of color #C20B4B: hue angle of 339.02º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20B4B is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 11 75 -
CMYK 0 0.94 0.61 0.24
HSL 339.02º 0.89% 0.4% -
HSV(B) 339.02º 0.94% 0.76% -
XYZ 23.64 12.22 7.77 -
YUV 73.01 129.13 214.3 -
System Red Green Blue C M Y K H S L
Decimal 194 11 75 0 0.94 0.61 0.24 339.02 0.89 0.4
Hex C2 B 4B 0 5E 3D 18 153 59 28
Octal 302 13 113 0 136 75 30 523 131 50
Binary 11000010 1011 1001011 0 1011110 111101 11000 101010011 1011001 101000

Color Harmonies of #C20B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20B4B

Black with #C20B4B

Text Example


Text Example

White with #C20B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20B4B; }

 p { color: rgb(194,11,75); }

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

background-color css

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

 a { background-color: rgb(194,11,75); }

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

border-color css

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

 span { border-color: rgb(194,11,75); }

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