Html Css Color HEX #B81446 Cardinal

📋 copy color: '#B81446'

red 184 ◦ green 20 ◦ blue 70

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

Shades of Cardinal #B81446

Tints of Cardinal #B81446

RGB

 RED value IS 184 (72.27% from 255) = 67.15%

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

 BLUE value IS 70 (27.73% from 255) = 25.55%

R = 67.15%
G = 7.3%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B81446 (or 0xB81446) is known color: Cardinal. HEX triplet: B8, 14 and 46. RGB value is (184,20,70). Sum of RGB (Red+Green+Blue) = 184+20+70=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B81446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81446 is #47EBB9. Grayscale: #4A4A4A. Windows color (decimal): -4713402 or 4592824. OLE color: 4592824.

HSL color Cylindrical-coordinate representation of color #B81446: hue angle of 341.71º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81446 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 20 70 -
CMYK 0 0.89 0.62 0.28
HSL 341.71º 0.8% 0.4% -
HSV(B) 341.71º 0.89% 0.72% -
XYZ 21.12 11.13 6.83 -
YUV 74.74 125.33 205.93 -
System Red Green Blue C M Y K H S L
Decimal 184 20 70 0 0.89 0.62 0.28 341.71 0.8 0.4
Hex B8 14 46 0 59 3E 1C 156 50 28
Octal 270 24 106 0 131 76 34 526 120 50
Binary 10111000 10100 1000110 0 1011001 111110 11100 101010110 1010000 101000

Color Harmonies of #B81446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81446

Black with #B81446

Text Example


Text Example

White with #B81446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81446; }

 p { color: rgb(184,20,70); }

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

background-color css

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

 a { background-color: rgb(184,20,70); }

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

border-color css

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

 span { border-color: rgb(184,20,70); }

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