Html Css Color HEX #23010B Rustic Red

📋 copy color: '#23010B'

red 35 ◦ green 1 ◦ blue 11

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

Shades of Rustic Red #23010B

Tints of Rustic Red #23010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.13%

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

R = 74.47%
G = 2.13%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#23010B (or 0x23010B) is known color: Rustic Red. HEX triplet: 23, 01 and 0B. RGB value is (35,1,11). Sum of RGB (Red+Green+Blue) = 35+1+11=47 (6% of max value = 765). Red value is 35 (14.06% from 255 or 74.47% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 35 - color contains mainly: red. Hex color #23010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23010B is #DCFEF4. Grayscale: #0C0C0C. Windows color (decimal): -14483189 or 721187. OLE color: 721187.

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

Color convert

RGB 35 1 11 -
CMYK 0 0.97 0.69 0.86
HSL 342.35º 0.94% 0.07% -
HSV(B) 342.35º 0.97% 0.14% -
XYZ 0.76 0.4 0.35 -
YUV 12.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 35 1 11 0 0.97 0.69 0.86 342.35 0.94 0.07
Hex 23 1 B 0 61 45 56 156 5E 7
Octal 43 1 13 0 141 105 126 526 136 7
Binary 100011 1 1011 0 1100001 1000101 1010110 101010110 1011110 111

Color Harmonies of #23010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23010B

Black with #23010B

Text Example


Text Example

White with #23010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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