#23070B

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

Shades of Rustic Red #23070B

Tints of Rustic Red #23070B

Color information

#23070B (or 0x23070B) is unknown color: approx Rustic Red. HEX triplet: 23, 07 and 0B. RGB value is (35,7,11). Sum of RGB (Red+Green+Blue) = 35+7+11=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #23070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23070B is #DCF8F4. Grayscale: #0F0F0F. Windows color (decimal): -14481653 or 722723. OLE color: 722723.

HSL color Cylindrical-coordinate representation of color #23070B: hue angle of 351.43º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23070B is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB35711-
CMYK00.800.690.86
HSL351.43º66.67%8.24%-
HSV(B)351.43º80%13.73%-
XYZ0.830.530.38-
YUV15.83125.28141.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 66.04%
GREEN value IS 7 (3.12% from 255) = 13.21%
BLUE value IS 11 (4.69% from 255) = 20.75%
R=66.04%
G=13.21%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3571100.800.690.86351.4366.678.24
Hex237B050455615f438
Octal43713012010512653710310
Binary1000111111011010100001000101101011010101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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