Html Css Color HEX #B80646 Cardinal

📋 copy color: '#B80646'

red 184 ◦ green 6 ◦ blue 70

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

Shades of Cardinal #B80646

Tints of Cardinal #B80646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.92%

R = 70.77%
G = 2.31%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B80646 (or 0xB80646) is known color: Cardinal. HEX triplet: B8, 06 and 46. RGB value is (184,6,70). Sum of RGB (Red+Green+Blue) = 184+6+70=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B80646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80646 is #47F9B9. Grayscale: #424242. Windows color (decimal): -4716986 or 4589240. OLE color: 4589240.

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

Color convert

RGB 184 6 70 -
CMYK 0 0.97 0.62 0.28
HSL 338.43º 0.94% 0.37% -
HSV(B) 338.43º 0.97% 0.72% -
XYZ 20.94 10.76 6.77 -
YUV 66.52 129.97 211.8 -
System Red Green Blue C M Y K H S L
Decimal 184 6 70 0 0.97 0.62 0.28 338.43 0.94 0.37
Hex B8 6 46 0 61 3E 1C 152 5E 25
Octal 270 6 106 0 141 76 34 522 136 45
Binary 10111000 110 1000110 0 1100001 111110 11100 101010010 1011110 100101

Color Harmonies of #B80646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80646

Black with #B80646

Text Example


Text Example

White with #B80646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80646; }

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

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

background-color css

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

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

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

border-color css

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

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

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