Html Css Color HEX #B21040 Cardinal

📋 copy color: '#B21040'

red 178 ◦ green 16 ◦ blue 64

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

Shades of Cardinal #B21040

Tints of Cardinal #B21040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.2%

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

R = 68.99%
G = 6.2%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B21040 (or 0xB21040) is known color: Cardinal. HEX triplet: B2, 10 and 40. RGB value is (178,16,64). Sum of RGB (Red+Green+Blue) = 178+16+64=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B21040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21040 is #4DEFBF. Grayscale: #454545. Windows color (decimal): -5107648 or 4198578. OLE color: 4198578.

HSL color Cylindrical-coordinate representation of color #B21040: hue angle of 342.22º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B21040 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 16 64 -
CMYK 0 0.91 0.64 0.30
HSL 342.22º 0.84% 0.38% -
HSV(B) 342.22º 0.91% 0.7% -
XYZ 19.47 10.21 5.79 -
YUV 69.91 124.67 205.1 -
System Red Green Blue C M Y K H S L
Decimal 178 16 64 0 0.91 0.64 0.30 342.22 0.84 0.38
Hex B2 10 40 0 5B 40 1E 156 54 26
Octal 262 20 100 0 133 100 36 526 124 46
Binary 10110010 10000 1000000 0 1011011 1000000 11110 101010110 1010100 100110

Color Harmonies of #B21040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21040

Black with #B21040

Text Example


Text Example

White with #B21040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21040; }

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

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

background-color css

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

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

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

border-color css

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

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

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