Html Css Color HEX #B80040 Cardinal

📋 copy color: '#B80040'

red 184 ◦ green 0 ◦ blue 64

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

Shades of Cardinal #B80040

Tints of Cardinal #B80040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.19%
G = 0%
B = 25.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B80040 (or 0xB80040) is known color: Cardinal. HEX triplet: B8, 00 and 40. RGB value is (184,0,64). Sum of RGB (Red+Green+Blue) = 184+0+64=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B80040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80040 is #47FFBF. Grayscale: #3E3E3E. Windows color (decimal): -4718528 or 4194488. OLE color: 4194488.

HSL color Cylindrical-coordinate representation of color #B80040: hue angle of 339.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80040 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 0 64 -
CMYK 0 1 0.65 0.28
HSL 339.13º 1% 0.36% -
HSV(B) 339.13º 1% 0.72% -
XYZ 20.69 10.56 5.8 -
YUV 62.31 128.96 214.8 -
System Red Green Blue C M Y K H S L
Decimal 184 0 64 0 1 0.65 0.28 339.13 1 0.36
Hex B8 0 40 0 64 41 1C 153 64 24
Octal 270 0 100 0 144 101 34 523 144 44
Binary 10111000 0 1000000 0 1100100 1000001 11100 101010011 1100100 100100

Color Harmonies of #B80040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80040

Black with #B80040

Text Example


Text Example

White with #B80040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80040; }

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

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

background-color css

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

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

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

border-color css

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

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

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