Html Css Color HEX #23000D Rustic Red

📋 copy color: '#23000D'

red 35 ◦ green 0 ◦ blue 13

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

Shades of Rustic Red #23000D

Tints of Rustic Red #23000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 27.08%

R = 72.92%
G = 0%
B = 27.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#23000D (or 0x23000D) is known color: Rustic Red. HEX triplet: 23, 00 and 0D. RGB value is (35,0,13). Sum of RGB (Red+Green+Blue) = 35+0+13=48 (6% of max value = 765). Red value is 35 (14.06% from 255 or 72.92% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 35 - color contains mainly: red. Hex color #23000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23000D is #DCFFF2. Grayscale: #0B0B0B. Windows color (decimal): -14483443 or 852003. OLE color: 852003.

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

Color convert

RGB 35 0 13 -
CMYK 0 1 0.63 0.86
HSL 337.71º 1% 0.07% -
HSV(B) 337.71º 1% 0.14% -
XYZ 0.77 0.39 0.41 -
YUV 11.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 35 0 13 0 1 0.63 0.86 337.71 1 0.07
Hex 23 0 D 0 64 3F 56 152 64 7
Octal 43 0 15 0 144 77 126 522 144 7
Binary 100011 0 1101 0 1100100 111111 1010110 101010010 1100100 111

Color Harmonies of #23000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23000D

Black with #23000D

Text Example


Text Example

White with #23000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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