Html Css Color HEX #23060B Rustic Red

📋 copy color: '#23060B'

red 35 ◦ green 6 ◦ blue 11

#23060B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #23060B

Tints of Rustic Red #23060B

RGB

 RED value IS 35 (14.06% from 255) = 67.31%

 GREEN value IS 6 (2.73% from 255) = 11.54%

 BLUE value IS 11 (4.69% from 255) = 21.15%

R = 67.31%
G = 11.54%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#23060B (or 0x23060B) is known color: Rustic Red. HEX triplet: 23, 06 and 0B. RGB value is (35,6,11). Sum of RGB (Red+Green+Blue) = 35+6+11=52 (6% of max value = 765). Red value is 35 (14.06% from 255 or 67.31% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 35 - color contains mainly: red. Hex color #23060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23060B is #DCF9F4. Grayscale: #0F0F0F. Windows color (decimal): -14481909 or 722467. OLE color: 722467.

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

Color convert

RGB 35 6 11 -
CMYK 0 0.83 0.69 0.86
HSL 349.66º 0.71% 0.08% -
HSV(B) 349.66º 0.83% 0.14% -
XYZ 0.82 0.51 0.37 -
YUV 15.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 35 6 11 0 0.83 0.69 0.86 349.66 0.71 0.08
Hex 23 6 B 0 53 45 56 15E 47 8
Octal 43 6 13 0 123 105 126 536 107 10
Binary 100011 110 1011 0 1010011 1000101 1010110 101011110 1000111 1000

Color Harmonies of #23060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23060B

Black with #23060B

Text Example


Text Example

White with #23060B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #23060B;
 }
 .AnyTagClassName
 {
   color: #23060B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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