Html Css Color HEX #46021A Bordeaux

📋 copy color: '#46021A'

red 70 ◦ green 2 ◦ blue 26

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

Shades of Bordeaux #46021A

Tints of Bordeaux #46021A

RGB

 RED value IS 70 (27.73% from 255) = 71.43%

 GREEN value IS 2 (1.17% from 255) = 2.04%

 BLUE value IS 26 (10.55% from 255) = 26.53%

R = 71.43%
G = 2.04%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#46021A (or 0x46021A) is known color: Bordeaux. HEX triplet: 46, 02 and 1A. RGB value is (70,2,26). Sum of RGB (Red+Green+Blue) = 70+2+26=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #46021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46021A is #B9FDE5. Grayscale: #191919. Windows color (decimal): -12189158 or 1704518. OLE color: 1704518.

HSL color Cylindrical-coordinate representation of color #46021A: hue angle of 338.82º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46021A is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 2 26 -
CMYK 0 0.97 0.63 0.73
HSL 338.82º 0.94% 0.14% -
HSV(B) 338.82º 0.97% 0.27% -
XYZ 2.73 1.42 1.11 -
YUV 25.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 70 2 26 0 0.97 0.63 0.73 338.82 0.94 0.14
Hex 46 2 1A 0 61 3F 49 153 5E E
Octal 106 2 32 0 141 77 111 523 136 16
Binary 1000110 10 11010 0 1100001 111111 1001001 101010011 1011110 1110

Color Harmonies of #46021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46021A

Black with #46021A

Text Example


Text Example

White with #46021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46021A; }

 p { color: rgb(70,2,26); }

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

background-color css

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

 a { background-color: rgb(70,2,26); }

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

border-color css

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

 span { border-color: rgb(70,2,26); }

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