Html Css Color HEX #B21931 Cardinal

📋 copy color: '#B21931'

red 178 ◦ green 25 ◦ blue 49

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

Shades of Cardinal #B21931

Tints of Cardinal #B21931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.92%

 BLUE value IS 49 (19.53% from 255) = 19.44%

R = 70.63%
G = 9.92%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B21931 (or 0xB21931) is known color: Cardinal. HEX triplet: B2, 19 and 31. RGB value is (178,25,49). Sum of RGB (Red+Green+Blue) = 178+25+49=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B21931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21931 is #4DE6CE. Grayscale: #494949. Windows color (decimal): -5105359 or 3217842. OLE color: 3217842.

HSL color Cylindrical-coordinate representation of color #B21931: hue angle of 350.59º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B21931 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 25 49 -
CMYK 0 0.86 0.72 0.30
HSL 350.59º 0.75% 0.4% -
HSV(B) 350.59º 0.86% 0.7% -
XYZ 19.26 10.38 3.89 -
YUV 73.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 178 25 49 0 0.86 0.72 0.30 350.59 0.75 0.4
Hex B2 19 31 0 56 48 1E 15F 4B 28
Octal 262 31 61 0 126 110 36 537 113 50
Binary 10110010 11001 110001 0 1010110 1001000 11110 101011111 1001011 101000

Color Harmonies of #B21931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21931

Black with #B21931

Text Example


Text Example

White with #B21931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21931; }

 p { color: rgb(178,25,49); }

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

background-color css

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

 a { background-color: rgb(178,25,49); }

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

border-color css

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

 span { border-color: rgb(178,25,49); }

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