Html Css Color HEX #B21441 Cardinal

📋 copy color: '#B21441'

red 178 ◦ green 20 ◦ blue 65

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

Shades of Cardinal #B21441

Tints of Cardinal #B21441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.6%

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

R = 67.68%
G = 7.6%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B21441 (or 0xB21441) is known color: Cardinal. HEX triplet: B2, 14 and 41. RGB value is (178,20,65). Sum of RGB (Red+Green+Blue) = 178+20+65=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B21441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21441 is #4DEBBE. Grayscale: #484848. Windows color (decimal): -5106623 or 4265138. OLE color: 4265138.

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

Color convert

RGB 178 20 65 -
CMYK 0 0.89 0.63 0.30
HSL 342.91º 0.8% 0.39% -
HSV(B) 342.91º 0.89% 0.7% -
XYZ 19.56 10.35 5.97 -
YUV 72.37 123.85 203.34 -
System Red Green Blue C M Y K H S L
Decimal 178 20 65 0 0.89 0.63 0.30 342.91 0.8 0.39
Hex B2 14 41 0 59 3F 1E 157 50 27
Octal 262 24 101 0 131 77 36 527 120 47
Binary 10110010 10100 1000001 0 1011001 111111 11110 101010111 1010000 100111

Color Harmonies of #B21441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21441

Black with #B21441

Text Example


Text Example

White with #B21441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21441; }

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

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

background-color css

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

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

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

border-color css

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

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

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