Html Css Color HEX #B80640 Cardinal

📋 copy color: '#B80640'

red 184 ◦ green 6 ◦ blue 64

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

Shades of Cardinal #B80640

Tints of Cardinal #B80640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

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

R = 72.44%
G = 2.36%
B = 25.2%

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

#B80640 (or 0xB80640) is known color: Cardinal. HEX triplet: B8, 06 and 40. RGB value is (184,6,64). Sum of RGB (Red+Green+Blue) = 184+6+64=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B80640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80640 is #47F9BF. Grayscale: #414141. Windows color (decimal): -4716992 or 4196024. OLE color: 4196024.

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

Color convert

RGB 184 6 64 -
CMYK 0 0.97 0.65 0.28
HSL 340.45º 0.94% 0.37% -
HSV(B) 340.45º 0.97% 0.72% -
XYZ 20.76 10.69 5.82 -
YUV 65.83 126.97 212.28 -
System Red Green Blue C M Y K H S L
Decimal 184 6 64 0 0.97 0.65 0.28 340.45 0.94 0.37
Hex B8 6 40 0 61 41 1C 154 5E 25
Octal 270 6 100 0 141 101 34 524 136 45
Binary 10111000 110 1000000 0 1100001 1000001 11100 101010100 1011110 100101

Color Harmonies of #B80640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80640

Black with #B80640

Text Example


Text Example

White with #B80640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80640; }

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

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

background-color css

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

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

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

border-color css

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

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

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