#230A0B

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

Shades of Rustic Red #230A0B

Tints of Rustic Red #230A0B

Color information

#230A0B (or 0x230A0B) is unknown color: approx Rustic Red. HEX triplet: 23, 0A and 0B. RGB value is (35,10,11). Sum of RGB (Red+Green+Blue) = 35+10+11=56 (7% of max value = 765). Red value is 35 (14.06% from 255 or 62.5% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 35 - color contains mainly: red. Hex color #230A0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A0B is #DCF5F4. Grayscale: #111111. Windows color (decimal): -14480885 or 723491. OLE color: 723491.

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

Color convert

RGB351011-
CMYK00.710.690.86
HSL357.6º55.56%8.82%-
HSV(B)357.6º71.43%13.73%-
XYZ0.860.60.39-
YUV17.59124.28140.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 62.5%
GREEN value IS 10 (4.30% from 255) = 17.86%
BLUE value IS 11 (4.69% from 255) = 19.64%
R=62.5%
G=17.86%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35101100.710.690.86357.655.568.82
Hex23AB0474556166389
Octal43121301071051265467011
Binary1000111010101101000111100010110101101011001101110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230A0B; }

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

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

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

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

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

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

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

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