Html Css Color HEX #B21144 Cardinal

📋 copy color: '#B21144'

red 178 ◦ green 17 ◦ blue 68

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

Shades of Cardinal #B21144

Tints of Cardinal #B21144

RGB

 RED value IS 178 (69.92% from 255) = 67.68%

 GREEN value IS 17 (7.03% from 255) = 6.46%

 BLUE value IS 68 (26.95% from 255) = 25.86%

R = 67.68%
G = 6.46%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B21144 (or 0xB21144) is known color: Cardinal. HEX triplet: B2, 11 and 44. RGB value is (178,17,68). Sum of RGB (Red+Green+Blue) = 178+17+68=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B21144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21144 is #4DEEBB. Grayscale: #464646. Windows color (decimal): -5107388 or 4460978. OLE color: 4460978.

HSL color Cylindrical-coordinate representation of color #B21144: hue angle of 340.99º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21144 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 68 -
CMYK 0 0.90 0.62 0.30
HSL 340.99º 0.83% 0.38% -
HSV(B) 340.99º 0.9% 0.7% -
XYZ 19.6 10.28 6.42 -
YUV 70.95 126.34 204.35 -
System Red Green Blue C M Y K H S L
Decimal 178 17 68 0 0.90 0.62 0.30 340.99 0.83 0.38
Hex B2 11 44 0 5A 3E 1E 155 53 26
Octal 262 21 104 0 132 76 36 525 123 46
Binary 10110010 10001 1000100 0 1011010 111110 11110 101010101 1010011 100110

Color Harmonies of #B21144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21144

Black with #B21144

Text Example


Text Example

White with #B21144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21144; }

 p { color: rgb(178,17,68); }

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

background-color css

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

 a { background-color: rgb(178,17,68); }

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

border-color css

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

 span { border-color: rgb(178,17,68); }

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