Html Css Color HEX #B80137 Cardinal

📋 copy color: '#B80137'

red 184 ◦ green 1 ◦ blue 55

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

Shades of Cardinal #B80137

Tints of Cardinal #B80137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.92%

R = 76.67%
G = 0.42%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B80137 (or 0xB80137) is known color: Cardinal. HEX triplet: B8, 01 and 37. RGB value is (184,1,55). Sum of RGB (Red+Green+Blue) = 184+1+55=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B80137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80137 is #47FEC8. Grayscale: #3D3D3D. Windows color (decimal): -4718281 or 3604920. OLE color: 3604920.

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

Color convert

RGB 184 1 55 -
CMYK 0 0.99 0.70 0.28
HSL 342.3º 0.99% 0.36% -
HSV(B) 342.3º 0.99% 0.72% -
XYZ 20.47 10.49 4.56 -
YUV 61.87 124.13 215.11 -
System Red Green Blue C M Y K H S L
Decimal 184 1 55 0 0.99 0.70 0.28 342.3 0.99 0.36
Hex B8 1 37 0 63 46 1C 156 63 24
Octal 270 1 67 0 143 106 34 526 143 44
Binary 10111000 1 110111 0 1100011 1000110 11100 101010110 1100011 100100

Color Harmonies of #B80137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80137

Black with #B80137

Text Example


Text Example

White with #B80137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80137; }

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

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

background-color css

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

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

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

border-color css

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

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

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