Html Css Color HEX #B21448 Cardinal

📋 copy color: '#B21448'

red 178 ◦ green 20 ◦ blue 72

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

Shades of Cardinal #B21448

Tints of Cardinal #B21448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 65.93%
G = 7.41%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B21448 (or 0xB21448) is known color: Cardinal. HEX triplet: B2, 14 and 48. RGB value is (178,20,72). Sum of RGB (Red+Green+Blue) = 178+20+72=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B21448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21448 is #4DEBB7. Grayscale: #494949. Windows color (decimal): -5106616 or 4723890. OLE color: 4723890.

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

Color convert

RGB 178 20 72 -
CMYK 0 0.89 0.60 0.30
HSL 340.25º 0.8% 0.39% -
HSV(B) 340.25º 0.89% 0.7% -
XYZ 19.78 10.43 7.1 -
YUV 73.17 127.35 202.77 -
System Red Green Blue C M Y K H S L
Decimal 178 20 72 0 0.89 0.60 0.30 340.25 0.8 0.39
Hex B2 14 48 0 59 3C 1E 154 50 27
Octal 262 24 110 0 131 74 36 524 120 47
Binary 10110010 10100 1001000 0 1011001 111100 11110 101010100 1010000 100111

Color Harmonies of #B21448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21448

Black with #B21448

Text Example


Text Example

White with #B21448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21448; }

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

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

background-color css

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

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

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

border-color css

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

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

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