Html Css Color HEX #B80540 Cardinal

📋 copy color: '#B80540'

red 184 ◦ green 5 ◦ blue 64

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

Shades of Cardinal #B80540

Tints of Cardinal #B80540

RGB

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

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

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

R = 72.73%
G = 1.98%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B80540 (or 0xB80540) is known color: Cardinal. HEX triplet: B8, 05 and 40. RGB value is (184,5,64). Sum of RGB (Red+Green+Blue) = 184+5+64=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B80540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80540 is #47FABF. Grayscale: #414141. Windows color (decimal): -4717248 or 4195768. OLE color: 4195768.

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

Color convert

RGB 184 5 64 -
CMYK 0 0.97 0.65 0.28
HSL 340.22º 0.95% 0.37% -
HSV(B) 340.22º 0.97% 0.72% -
XYZ 20.75 10.67 5.82 -
YUV 65.25 127.3 212.7 -
System Red Green Blue C M Y K H S L
Decimal 184 5 64 0 0.97 0.65 0.28 340.22 0.95 0.37
Hex B8 5 40 0 61 41 1C 154 5F 25
Octal 270 5 100 0 141 101 34 524 137 45
Binary 10111000 101 1000000 0 1100001 1000001 11100 101010100 1011111 100101

Color Harmonies of #B80540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80540

Black with #B80540

Text Example


Text Example

White with #B80540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80540; }

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

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

background-color css

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

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

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

border-color css

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

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

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