Html Css Color HEX #23000B Rustic Red

📋 copy color: '#23000B'

red 35 ◦ green 0 ◦ blue 11

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

Shades of Rustic Red #23000B

Tints of Rustic Red #23000B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.09%
G = 0%
B = 23.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#23000B (or 0x23000B) is known color: Rustic Red. HEX triplet: 23, 00 and 0B. RGB value is (35,0,11). Sum of RGB (Red+Green+Blue) = 35+0+11=46 (6% of max value = 765). Red value is 35 (14.06% from 255 or 76.09% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 35 - color contains mainly: red. Hex color #23000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23000B is #DCFFF4. Grayscale: #0B0B0B. Windows color (decimal): -14483445 or 720931. OLE color: 720931.

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

Color convert

RGB 35 0 11 -
CMYK 0 1 0.69 0.86
HSL 341.14º 1% 0.07% -
HSV(B) 341.14º 1% 0.14% -
XYZ 0.75 0.38 0.35 -
YUV 11.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 35 0 11 0 1 0.69 0.86 341.14 1 0.07
Hex 23 0 B 0 64 45 56 155 64 7
Octal 43 0 13 0 144 105 126 525 144 7
Binary 100011 0 1011 0 1100100 1000101 1010110 101010101 1100100 111

Color Harmonies of #23000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23000B

Black with #23000B

Text Example


Text Example

White with #23000B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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