#23090B

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

Shades of Rustic Red #23090B

Tints of Rustic Red #23090B

Color information

#23090B (or 0x23090B) is unknown color: approx Rustic Red. HEX triplet: 23, 09 and 0B. RGB value is (35,9,11). Sum of RGB (Red+Green+Blue) = 35+9+11=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #23090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23090B is #DCF6F4. Grayscale: #111111. Windows color (decimal): -14481141 or 723235. OLE color: 723235.

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

Color convert

RGB35911-
CMYK00.740.690.86
HSL355.38º59.09%8.63%-
HSV(B)355.38º74.29%13.73%-
XYZ0.850.580.38-
YUV17124.61140.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 63.64%
GREEN value IS 9 (3.91% from 255) = 16.36%
BLUE value IS 11 (4.69% from 255) = 20%
R=63.64%
G=16.36%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3591100.740.690.86355.3859.098.63
Hex239B04A45561633b9
Octal43111301121051265437311
Binary1000111001101101001010100010110101101011000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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