Html Css Color HEX #B21140 Cardinal

📋 copy color: '#B21140'

red 178 ◦ green 17 ◦ blue 64

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

Shades of Cardinal #B21140

Tints of Cardinal #B21140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.71%

R = 68.73%
G = 6.56%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B21140 (or 0xB21140) is known color: Cardinal. HEX triplet: B2, 11 and 40. RGB value is (178,17,64). Sum of RGB (Red+Green+Blue) = 178+17+64=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B21140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21140 is #4DEEBF. Grayscale: #464646. Windows color (decimal): -5107392 or 4198834. OLE color: 4198834.

HSL color Cylindrical-coordinate representation of color #B21140: hue angle of 342.48º 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 #B21140 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 64 -
CMYK 0 0.90 0.64 0.30
HSL 342.48º 0.83% 0.38% -
HSV(B) 342.48º 0.9% 0.7% -
XYZ 19.49 10.24 5.8 -
YUV 70.5 124.34 204.68 -
System Red Green Blue C M Y K H S L
Decimal 178 17 64 0 0.90 0.64 0.30 342.48 0.83 0.38
Hex B2 11 40 0 5A 40 1E 156 53 26
Octal 262 21 100 0 132 100 36 526 123 46
Binary 10110010 10001 1000000 0 1011010 1000000 11110 101010110 1010011 100110

Color Harmonies of #B21140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21140

Black with #B21140

Text Example


Text Example

White with #B21140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21140; }

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

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

background-color css

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

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

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

border-color css

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

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

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