Html Css Color HEX #B21941 Cardinal

📋 copy color: '#B21941'

red 178 ◦ green 25 ◦ blue 65

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

Shades of Cardinal #B21941

Tints of Cardinal #B21941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.25%

R = 66.42%
G = 9.33%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B21941 (or 0xB21941) is known color: Cardinal. HEX triplet: B2, 19 and 41. RGB value is (178,25,65). Sum of RGB (Red+Green+Blue) = 178+25+65=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B21941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21941 is #4DE6BE. Grayscale: #4B4B4B. Windows color (decimal): -5105343 or 4266418. OLE color: 4266418.

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

Color convert

RGB 178 25 65 -
CMYK 0 0.86 0.63 0.30
HSL 344.31º 0.75% 0.4% -
HSV(B) 344.31º 0.86% 0.7% -
XYZ 19.66 10.54 6 -
YUV 75.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 178 25 65 0 0.86 0.63 0.30 344.31 0.75 0.4
Hex B2 19 41 0 56 3F 1E 158 4B 28
Octal 262 31 101 0 126 77 36 530 113 50
Binary 10110010 11001 1000001 0 1010110 111111 11110 101011000 1001011 101000

Color Harmonies of #B21941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21941

Black with #B21941

Text Example


Text Example

White with #B21941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21941; }

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

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

background-color css

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

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

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

border-color css

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

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

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