Html Css Color HEX #B21328 Cardinal

📋 copy color: '#B21328'

red 178 ◦ green 19 ◦ blue 40

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

Shades of Cardinal #B21328

Tints of Cardinal #B21328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

 BLUE value IS 40 (16.02% from 255) = 16.88%

R = 75.11%
G = 8.02%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B21328 (or 0xB21328) is known color: Cardinal. HEX triplet: B2, 13 and 28. RGB value is (178,19,40). Sum of RGB (Red+Green+Blue) = 178+19+40=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B21328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21328 is #4DECD7. Grayscale: #454545. Windows color (decimal): -5106904 or 2626482. OLE color: 2626482.

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

Color convert

RGB 178 19 40 -
CMYK 0 0.89 0.78 0.30
HSL 352.08º 0.81% 0.39% -
HSV(B) 352.08º 0.89% 0.7% -
XYZ 18.98 10.08 2.95 -
YUV 68.94 111.68 205.79 -
System Red Green Blue C M Y K H S L
Decimal 178 19 40 0 0.89 0.78 0.30 352.08 0.81 0.39
Hex B2 13 28 0 59 4E 1E 160 51 27
Octal 262 23 50 0 131 116 36 540 121 47
Binary 10110010 10011 101000 0 1011001 1001110 11110 101100000 1010001 100111

Color Harmonies of #B21328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21328

Black with #B21328

Text Example


Text Example

White with #B21328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21328; }

 p { color: rgb(178,19,40); }

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

background-color css

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

 a { background-color: rgb(178,19,40); }

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

border-color css

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

 span { border-color: rgb(178,19,40); }

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