Html Css Color HEX #B21841 Cardinal

📋 copy color: '#B21841'

red 178 ◦ green 24 ◦ blue 65

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

Shades of Cardinal #B21841

Tints of Cardinal #B21841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

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

R = 66.67%
G = 8.99%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B21841 (or 0xB21841) is known color: Cardinal. HEX triplet: B2, 18 and 41. RGB value is (178,24,65). Sum of RGB (Red+Green+Blue) = 178+24+65=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B21841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21841 is #4DE7BE. Grayscale: #4A4A4A. Windows color (decimal): -5105599 or 4266162. OLE color: 4266162.

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

Color convert

RGB 178 24 65 -
CMYK 0 0.87 0.63 0.30
HSL 344.03º 0.76% 0.4% -
HSV(B) 344.03º 0.87% 0.7% -
XYZ 19.64 10.5 5.99 -
YUV 74.72 122.52 201.67 -
System Red Green Blue C M Y K H S L
Decimal 178 24 65 0 0.87 0.63 0.30 344.03 0.76 0.4
Hex B2 18 41 0 57 3F 1E 158 4C 28
Octal 262 30 101 0 127 77 36 530 114 50
Binary 10110010 11000 1000001 0 1010111 111111 11110 101011000 1001100 101000

Color Harmonies of #B21841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21841

Black with #B21841

Text Example


Text Example

White with #B21841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21841; }

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

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

background-color css

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

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

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

border-color css

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

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

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