Html Css Color HEX #B80844 Cardinal

📋 copy color: '#B80844'

red 184 ◦ green 8 ◦ blue 68

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

Shades of Cardinal #B80844

Tints of Cardinal #B80844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.15%

R = 70.77%
G = 3.08%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B80844 (or 0xB80844) is known color: Cardinal. HEX triplet: B8, 08 and 44. RGB value is (184,8,68). Sum of RGB (Red+Green+Blue) = 184+8+68=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B80844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80844 is #47F7BB. Grayscale: #434343. Windows color (decimal): -4716476 or 4458680. OLE color: 4458680.

HSL color Cylindrical-coordinate representation of color #B80844: hue angle of 339.55º 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 #B80844 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 8 68 -
CMYK 0 0.96 0.63 0.28
HSL 339.55º 0.92% 0.38% -
HSV(B) 339.55º 0.96% 0.72% -
XYZ 20.9 10.78 6.45 -
YUV 67.46 128.31 211.12 -
System Red Green Blue C M Y K H S L
Decimal 184 8 68 0 0.96 0.63 0.28 339.55 0.92 0.38
Hex B8 8 44 0 60 3F 1C 154 5C 26
Octal 270 10 104 0 140 77 34 524 134 46
Binary 10111000 1000 1000100 0 1100000 111111 11100 101010100 1011100 100110

Color Harmonies of #B80844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80844

Black with #B80844

Text Example


Text Example

White with #B80844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80844; }

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

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

background-color css

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

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

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

border-color css

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

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

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