#23050B

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

Shades of Rustic Red #23050B

Tints of Rustic Red #23050B

Color information

#23050B (or 0x23050B) is unknown color: approx Rustic Red. HEX triplet: 23, 05 and 0B. RGB value is (35,5,11). Sum of RGB (Red+Green+Blue) = 35+5+11=51 (6% of max value = 765). Red value is 35 (14.06% from 255 or 68.63% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 35 - color contains mainly: red. Hex color #23050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23050B is #DCFAF4. Grayscale: #0E0E0E. Windows color (decimal): -14482165 or 722211. OLE color: 722211.

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

Color convert

RGB35511-
CMYK00.860.690.86
HSL348º75%7.84%-
HSV(B)348º85.71%13.73%-
XYZ0.810.490.37-
YUV14.65125.94142.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 68.63%
GREEN value IS 5 (2.34% from 255) = 9.80%
BLUE value IS 11 (4.69% from 255) = 21.57%
R=68.63%
G=9.80%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3551100.860.690.86348757.84
Hex235B056455615c4b8
Octal43513012610512653411310
Binary1000111011011010101101000101101011010101110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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