Html Css Color HEX #23000E Rustic Red

📋 copy color: '#23000E'

red 35 ◦ green 0 ◦ blue 14

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

Shades of Rustic Red #23000E

Tints of Rustic Red #23000E

RGB

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

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

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

R = 71.43%
G = 0%
B = 28.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.86

RGB Variations

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

Color information

#23000E (or 0x23000E) is known color: Rustic Red. HEX triplet: 23, 00 and 0E. RGB value is (35,0,14). Sum of RGB (Red+Green+Blue) = 35+0+14=49 (6% of max value = 765). Red value is 35 (14.06% from 255 or 71.43% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 35 - color contains mainly: red. Hex color #23000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23000E is #DCFFF1. Grayscale: #0C0C0C. Windows color (decimal): -14483442 or 917539. OLE color: 917539.

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

Color convert

RGB 35 0 14 -
CMYK 0 1 0.60 0.86
HSL 336º 1% 0.07% -
HSV(B) 336º 1% 0.14% -
XYZ 0.77 0.39 0.45 -
YUV 12.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 35 0 14 0 1 0.60 0.86 336 1 0.07
Hex 23 0 E 0 64 3C 56 150 64 7
Octal 43 0 16 0 144 74 126 520 144 7
Binary 100011 0 1110 0 1100100 111100 1010110 101010000 1100100 111

Color Harmonies of #23000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23000E

Black with #23000E

Text Example


Text Example

White with #23000E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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