Html Css Color HEX #B80136 Cardinal

📋 copy color: '#B80136'

red 184 ◦ green 1 ◦ blue 54

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

Shades of Cardinal #B80136

Tints of Cardinal #B80136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.59%

R = 76.99%
G = 0.42%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B80136 (or 0xB80136) is known color: Cardinal. HEX triplet: B8, 01 and 36. RGB value is (184,1,54). Sum of RGB (Red+Green+Blue) = 184+1+54=239 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.99% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 184 - color contains mainly: red. Hex color #B80136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80136 is #47FEC9. Grayscale: #3D3D3D. Windows color (decimal): -4718282 or 3539384. OLE color: 3539384.

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

Color convert

RGB 184 1 54 -
CMYK 0 0.99 0.71 0.28
HSL 342.62º 0.99% 0.36% -
HSV(B) 342.62º 0.99% 0.72% -
XYZ 20.44 10.48 4.44 -
YUV 61.76 123.63 215.19 -
System Red Green Blue C M Y K H S L
Decimal 184 1 54 0 0.99 0.71 0.28 342.62 0.99 0.36
Hex B8 1 36 0 63 47 1C 157 63 24
Octal 270 1 66 0 143 107 34 527 143 44
Binary 10111000 1 110110 0 1100011 1000111 11100 101010111 1100011 100100

Color Harmonies of #B80136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80136

Black with #B80136

Text Example


Text Example

White with #B80136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80136; }

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

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

background-color css

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

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

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

border-color css

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

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

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