Html Css Color HEX #B80536 Cardinal

📋 copy color: '#B80536'

red 184 ◦ green 5 ◦ blue 54

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

Shades of Cardinal #B80536

Tints of Cardinal #B80536

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

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

R = 75.72%
G = 2.06%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B80536 (or 0xB80536) is known color: Cardinal. HEX triplet: B8, 05 and 36. RGB value is (184,5,54). Sum of RGB (Red+Green+Blue) = 184+5+54=243 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.72% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 184 - color contains mainly: red. Hex color #B80536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80536 is #47FAC9. Grayscale: #404040. Windows color (decimal): -4717258 or 3540408. OLE color: 3540408.

HSL color Cylindrical-coordinate representation of color #B80536: hue angle of 343.58º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80536 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 5 54 -
CMYK 0 0.97 0.71 0.28
HSL 343.58º 0.95% 0.37% -
HSV(B) 343.58º 0.97% 0.72% -
XYZ 20.49 10.57 4.45 -
YUV 64.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 184 5 54 0 0.97 0.71 0.28 343.58 0.95 0.37
Hex B8 5 36 0 61 47 1C 158 5F 25
Octal 270 5 66 0 141 107 34 530 137 45
Binary 10111000 101 110110 0 1100001 1000111 11100 101011000 1011111 100101

Color Harmonies of #B80536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80536

Black with #B80536

Text Example


Text Example

White with #B80536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80536; }

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

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

background-color css

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

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

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

border-color css

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

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

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