Html Css Color HEX #B80847 Cardinal

📋 copy color: '#B80847'

red 184 ◦ green 8 ◦ blue 71

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

Shades of Cardinal #B80847

Tints of Cardinal #B80847

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.04%

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

R = 69.96%
G = 3.04%
B = 27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B80847 (or 0xB80847) is known color: Cardinal. HEX triplet: B8, 08 and 47. RGB value is (184,8,71). Sum of RGB (Red+Green+Blue) = 184+8+71=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B80847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80847 is #47F7B8. Grayscale: #434343. Windows color (decimal): -4716473 or 4655288. OLE color: 4655288.

HSL color Cylindrical-coordinate representation of color #B80847: hue angle of 338.52º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80847 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 8 71 -
CMYK 0 0.96 0.61 0.28
HSL 338.52º 0.92% 0.38% -
HSV(B) 338.52º 0.96% 0.72% -
XYZ 20.99 10.82 6.94 -
YUV 67.81 129.81 210.88 -
System Red Green Blue C M Y K H S L
Decimal 184 8 71 0 0.96 0.61 0.28 338.52 0.92 0.38
Hex B8 8 47 0 60 3D 1C 153 5C 26
Octal 270 10 107 0 140 75 34 523 134 46
Binary 10111000 1000 1000111 0 1100000 111101 11100 101010011 1011100 100110

Color Harmonies of #B80847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80847

Black with #B80847

Text Example


Text Example

White with #B80847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80847; }

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

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

background-color css

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

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

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

border-color css

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

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

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