Html Css Color HEX #B80139 Cardinal

📋 copy color: '#B80139'

red 184 ◦ green 1 ◦ blue 57

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

Shades of Cardinal #B80139

Tints of Cardinal #B80139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 57 (22.66% from 255) = 23.55%

R = 76.03%
G = 0.41%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B80139 (or 0xB80139) is known color: Cardinal. HEX triplet: B8, 01 and 39. RGB value is (184,1,57). Sum of RGB (Red+Green+Blue) = 184+1+57=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B80139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80139 is #47FEC6. Grayscale: #3E3E3E. Windows color (decimal): -4718279 or 3735992. OLE color: 3735992.

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

Color convert

RGB 184 1 57 -
CMYK 0 0.99 0.69 0.28
HSL 341.64º 0.99% 0.36% -
HSV(B) 341.64º 0.99% 0.72% -
XYZ 20.52 10.51 4.82 -
YUV 62.1 125.13 214.95 -
System Red Green Blue C M Y K H S L
Decimal 184 1 57 0 0.99 0.69 0.28 341.64 0.99 0.36
Hex B8 1 39 0 63 45 1C 156 63 24
Octal 270 1 71 0 143 105 34 526 143 44
Binary 10111000 1 111001 0 1100011 1000101 11100 101010110 1100011 100100

Color Harmonies of #B80139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80139

Black with #B80139

Text Example


Text Example

White with #B80139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80139; }

 p { color: rgb(184,1,57); }

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

background-color css

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

 a { background-color: rgb(184,1,57); }

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

border-color css

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

 span { border-color: rgb(184,1,57); }

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