Html Css Color HEX #B80840 Cardinal

📋 copy color: '#B80840'

red 184 ◦ green 8 ◦ blue 64

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

Shades of Cardinal #B80840

Tints of Cardinal #B80840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25%

R = 71.88%
G = 3.13%
B = 25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B80840 (or 0xB80840) is known color: Cardinal. HEX triplet: B8, 08 and 40. RGB value is (184,8,64). Sum of RGB (Red+Green+Blue) = 184+8+64=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B80840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80840 is #47F7BF. Grayscale: #424242. Windows color (decimal): -4716480 or 4196536. OLE color: 4196536.

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

Color convert

RGB 184 8 64 -
CMYK 0 0.96 0.65 0.28
HSL 340.91º 0.92% 0.38% -
HSV(B) 340.91º 0.96% 0.72% -
XYZ 20.78 10.73 5.83 -
YUV 67.01 126.31 211.45 -
System Red Green Blue C M Y K H S L
Decimal 184 8 64 0 0.96 0.65 0.28 340.91 0.92 0.38
Hex B8 8 40 0 60 41 1C 155 5C 26
Octal 270 10 100 0 140 101 34 525 134 46
Binary 10111000 1000 1000000 0 1100000 1000001 11100 101010101 1011100 100110

Color Harmonies of #B80840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80840

Black with #B80840

Text Example


Text Example

White with #B80840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80840; }

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

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

background-color css

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

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

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

border-color css

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

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

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