Html Css Color HEX #B21647 Cardinal

📋 copy color: '#B21647'

red 178 ◦ green 22 ◦ blue 71

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

Shades of Cardinal #B21647

Tints of Cardinal #B21647

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.12%

 BLUE value IS 71 (28.13% from 255) = 26.2%

R = 65.68%
G = 8.12%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B21647 (or 0xB21647) is known color: Cardinal. HEX triplet: B2, 16 and 47. RGB value is (178,22,71). Sum of RGB (Red+Green+Blue) = 178+22+71=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B21647 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21647 is #4DE9B8. Grayscale: #4A4A4A. Windows color (decimal): -5106105 or 4658866. OLE color: 4658866.

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

Color convert

RGB 178 22 71 -
CMYK 0 0.88 0.60 0.30
HSL 341.15º 0.78% 0.39% -
HSV(B) 341.15º 0.88% 0.7% -
XYZ 19.78 10.49 6.94 -
YUV 74.23 126.18 202.02 -
System Red Green Blue C M Y K H S L
Decimal 178 22 71 0 0.88 0.60 0.30 341.15 0.78 0.39
Hex B2 16 47 0 58 3C 1E 155 4E 27
Octal 262 26 107 0 130 74 36 525 116 47
Binary 10110010 10110 1000111 0 1011000 111100 11110 101010101 1001110 100111

Color Harmonies of #B21647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21647

Black with #B21647

Text Example


Text Example

White with #B21647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21647; }

 p { color: rgb(178,22,71); }

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

background-color css

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

 a { background-color: rgb(178,22,71); }

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

border-color css

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

 span { border-color: rgb(178,22,71); }

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