#23010B

Color #23010B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #23010B

Tints of Rustic Red #23010B

Color information

#23010B (or 0x23010B) is unknown color: approx Rustic Red. HEX triplet: 23, 01 and 0B. RGB value is (35,1,11). Sum of RGB (Red+Green+Blue) = 35+1+11=47 (6% of max value = 765). Red value is 35 (14.06% from 255 or 74.47% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 35 - color contains mainly: red. Hex color #23010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23010B is #DCFEF4. Grayscale: #0C0C0C. Windows color (decimal): -14483189 or 721187. OLE color: 721187.

HSL color Cylindrical-coordinate representation of color #23010B: hue angle of 342.35º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #23010B is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB35111-
CMYK00.970.690.86
HSL342.35º94.44%7.06%-
HSV(B)342.35º97.14%13.73%-
XYZ0.760.40.35-
YUV12.31127.26144.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 74.47%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 11 (4.69% from 255) = 23.40%
R=74.47%
G=2.13%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3511100.970.690.86342.3594.447.06
Hex231B06145561565e7
Octal4311301411051265261367
Binary1000111101101100001100010110101101010101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23010B; }

 p { color: rgb(35,1,11); }

 H1.HeaderClassName
 {
   color: #23010B;
 }
 .AnyTagClassName
 {
   color: #23010B;
 }
</style>
background-color css

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

 a { background-color: rgb(35,1,11); }

 div.DivClassName
 {
   background-color: #23010B;
 }
 .BgClassName
 {
   background-color: #23010B;
 }
</style>
border-color css

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

 span { border-color: rgb(35,1,11); }

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