Html Css Color HEX #460B18 Bordeaux

📋 copy color: '#460B18'

red 70 ◦ green 11 ◦ blue 24

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

Shades of Bordeaux #460B18

Tints of Bordeaux #460B18

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.48%

 BLUE value IS 24 (9.77% from 255) = 22.86%

R = 66.67%
G = 10.48%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#460B18 (or 0x460B18) is known color: Bordeaux. HEX triplet: 46, 0B and 18. RGB value is (70,11,24). Sum of RGB (Red+Green+Blue) = 70+11+24=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #460B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460B18 is #B9F4E7. Grayscale: #1E1E1E. Windows color (decimal): -12186856 or 1575750. OLE color: 1575750.

HSL color Cylindrical-coordinate representation of color #460B18: hue angle of 346.78º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460B18 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 11 24 -
CMYK 0 0.84 0.66 0.73
HSL 346.78º 0.73% 0.16% -
HSV(B) 346.78º 0.84% 0.27% -
XYZ 2.81 1.61 1.03 -
YUV 30.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 70 11 24 0 0.84 0.66 0.73 346.78 0.73 0.16
Hex 46 B 18 0 54 42 49 15B 49 10
Octal 106 13 30 0 124 102 111 533 111 20
Binary 1000110 1011 11000 0 1010100 1000010 1001001 101011011 1001001 10000

Color Harmonies of #460B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460B18

Black with #460B18

Text Example


Text Example

White with #460B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460B18; }

 p { color: rgb(70,11,24); }

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

background-color css

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

 a { background-color: rgb(70,11,24); }

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

border-color css

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

 span { border-color: rgb(70,11,24); }

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