Html Css Color HEX #B21138 Cardinal

📋 copy color: '#B21138'

red 178 ◦ green 17 ◦ blue 56

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

Shades of Cardinal #B21138

Tints of Cardinal #B21138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.31%

R = 70.92%
G = 6.77%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B21138 (or 0xB21138) is known color: Cardinal. HEX triplet: B2, 11 and 38. RGB value is (178,17,56). Sum of RGB (Red+Green+Blue) = 178+17+56=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B21138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21138 is #4DEEC7. Grayscale: #454545. Windows color (decimal): -5107400 or 3674546. OLE color: 3674546.

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

Color convert

RGB 178 17 56 -
CMYK 0 0.90 0.69 0.30
HSL 345.47º 0.83% 0.38% -
HSV(B) 345.47º 0.9% 0.7% -
XYZ 19.27 10.15 4.68 -
YUV 69.59 120.34 205.33 -
System Red Green Blue C M Y K H S L
Decimal 178 17 56 0 0.90 0.69 0.30 345.47 0.83 0.38
Hex B2 11 38 0 5A 45 1E 159 53 26
Octal 262 21 70 0 132 105 36 531 123 46
Binary 10110010 10001 111000 0 1011010 1000101 11110 101011001 1010011 100110

Color Harmonies of #B21138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21138

Black with #B21138

Text Example


Text Example

White with #B21138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21138; }

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

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

background-color css

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

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

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

border-color css

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

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

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