#23070A

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

Shades of Rustic Red #23070A

Tints of Rustic Red #23070A

Color information

#23070A (or 0x23070A) is unknown color: approx Rustic Red. HEX triplet: 23, 07 and 0A. RGB value is (35,7,10). Sum of RGB (Red+Green+Blue) = 35+7+10=52 (6% of max value = 765). Red value is 35 (14.06% from 255 or 67.31% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 35 - color contains mainly: red. Hex color #23070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23070A is #DCF8F5. Grayscale: #0F0F0F. Windows color (decimal): -14481654 or 657187. OLE color: 657187.

HSL color Cylindrical-coordinate representation of color #23070A: hue angle of 353.57º 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 #23070A is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.86.

Color convert

RGB35710-
CMYK00.800.710.86
HSL353.57º66.67%8.24%-
HSV(B)353.57º80%13.73%-
XYZ0.820.530.35-
YUV15.71124.78141.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 67.31%
GREEN value IS 7 (3.12% from 255) = 13.46%
BLUE value IS 10 (4.30% from 255) = 19.23%
R=67.31%
G=13.46%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3571000.800.710.86353.5766.678.24
Hex237A0504756162438
Octal43712012010712654210310
Binary1000111111010010100001000111101011010110001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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