Html Css Color HEX #B80747 Cardinal

📋 copy color: '#B80747'

red 184 ◦ green 7 ◦ blue 71

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

Shades of Cardinal #B80747

Tints of Cardinal #B80747

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.67%

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

R = 70.23%
G = 2.67%
B = 27.1%

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

#B80747 (or 0xB80747) is known color: Cardinal. HEX triplet: B8, 07 and 47. RGB value is (184,7,71). Sum of RGB (Red+Green+Blue) = 184+7+71=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B80747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80747 is #47F8B8. Grayscale: #434343. Windows color (decimal): -4716729 or 4655032. OLE color: 4655032.

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

Color convert

RGB 184 7 71 -
CMYK 0 0.96 0.61 0.28
HSL 338.31º 0.93% 0.37% -
HSV(B) 338.31º 0.96% 0.72% -
XYZ 20.98 10.8 6.94 -
YUV 67.22 130.14 211.3 -
System Red Green Blue C M Y K H S L
Decimal 184 7 71 0 0.96 0.61 0.28 338.31 0.93 0.37
Hex B8 7 47 0 60 3D 1C 152 5D 25
Octal 270 7 107 0 140 75 34 522 135 45
Binary 10111000 111 1000111 0 1100000 111101 11100 101010010 1011101 100101

Color Harmonies of #B80747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80747

Black with #B80747

Text Example


Text Example

White with #B80747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80747; }

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

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

background-color css

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

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

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

border-color css

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

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

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