Html Css Color HEX #23010E Rustic Red

📋 copy color: '#23010E'

red 35 ◦ green 1 ◦ blue 14

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

Shades of Rustic Red #23010E

Tints of Rustic Red #23010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 28%

R = 70%
G = 2%
B = 28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.86

RGB Variations

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

Color information

#23010E (or 0x23010E) is known color: Rustic Red. HEX triplet: 23, 01 and 0E. RGB value is (35,1,14). Sum of RGB (Red+Green+Blue) = 35+1+14=50 (6% of max value = 765). Red value is 35 (14.06% from 255 or 70% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 35 - color contains mainly: red. Hex color #23010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23010E is #DCFEF1. Grayscale: #0C0C0C. Windows color (decimal): -14483186 or 917795. OLE color: 917795.

HSL color Cylindrical-coordinate representation of color #23010E: hue angle of 337.06º 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 #23010E is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 1 14 -
CMYK 0 0.97 0.60 0.86
HSL 337.06º 0.94% 0.07% -
HSV(B) 337.06º 0.97% 0.14% -
XYZ 0.78 0.41 0.45 -
YUV 12.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 35 1 14 0 0.97 0.60 0.86 337.06 0.94 0.07
Hex 23 1 E 0 61 3C 56 151 5E 7
Octal 43 1 16 0 141 74 126 521 136 7
Binary 100011 1 1110 0 1100001 111100 1010110 101010001 1011110 111

Color Harmonies of #23010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23010E

Black with #23010E

Text Example


Text Example

White with #23010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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