Html Css Color HEX #230010 Rustic Red

📋 copy color: '#230010'

red 35 ◦ green 0 ◦ blue 16

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

Shades of Rustic Red #230010

Tints of Rustic Red #230010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 31.37%

R = 68.63%
G = 0%
B = 31.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.86

RGB Variations

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

Color information

#230010 (or 0x230010) is known color: Rustic Red. HEX triplet: 23, 00 and 10. RGB value is (35,0,16). Sum of RGB (Red+Green+Blue) = 35+0+16=51 (6% of max value = 765). Red value is 35 (14.06% from 255 or 68.63% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 35 - color contains mainly: red. Hex color #230010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230010 is #DCFFEF. Grayscale: #0C0C0C. Windows color (decimal): -14483440 or 1048611. OLE color: 1048611.

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

Color convert

RGB 35 0 16 -
CMYK 0 1 0.54 0.86
HSL 332.57º 1% 0.07% -
HSV(B) 332.57º 1% 0.14% -
XYZ 0.79 0.39 0.52 -
YUV 12.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 35 0 16 0 1 0.54 0.86 332.57 1 0.07
Hex 23 0 10 0 64 36 56 14D 64 7
Octal 43 0 20 0 144 66 126 515 144 7
Binary 100011 0 10000 0 1100100 110110 1010110 101001101 1100100 111

Color Harmonies of #230010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230010

Black with #230010

Text Example


Text Example

White with #230010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230010; }

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

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

background-color css

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

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

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

border-color css

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

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

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