Html Css Color HEX #B81247 Cardinal

📋 copy color: '#B81247'

red 184 ◦ green 18 ◦ blue 71

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

Shades of Cardinal #B81247

Tints of Cardinal #B81247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

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

R = 67.4%
G = 6.59%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B81247 (or 0xB81247) is known color: Cardinal. HEX triplet: B8, 12 and 47. RGB value is (184,18,71). Sum of RGB (Red+Green+Blue) = 184+18+71=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B81247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81247 is #47EDB8. Grayscale: #494949. Windows color (decimal): -4713913 or 4657848. OLE color: 4657848.

HSL color Cylindrical-coordinate representation of color #B81247: hue angle of 340.84º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81247 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 18 71 -
CMYK 0 0.90 0.61 0.28
HSL 340.84º 0.82% 0.4% -
HSV(B) 340.84º 0.9% 0.72% -
XYZ 21.12 11.08 6.99 -
YUV 73.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 184 18 71 0 0.90 0.61 0.28 340.84 0.82 0.4
Hex B8 12 47 0 5A 3D 1C 155 52 28
Octal 270 22 107 0 132 75 34 525 122 50
Binary 10111000 10010 1000111 0 1011010 111101 11100 101010101 1010010 101000

Color Harmonies of #B81247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81247

Black with #B81247

Text Example


Text Example

White with #B81247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81247; }

 p { color: rgb(184,18,71); }

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

background-color css

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

 a { background-color: rgb(184,18,71); }

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

border-color css

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

 span { border-color: rgb(184,18,71); }

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