Html Css Color HEX #230009 Rustic Red

📋 copy color: '#230009'

red 35 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #230009

Tints of Rustic Red #230009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 20.45%

R = 79.55%
G = 0%
B = 20.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.86

RGB Variations

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

Color information

#230009 (or 0x230009) is known color: Rustic Red. HEX triplet: 23, 00 and 09. RGB value is (35,0,9). Sum of RGB (Red+Green+Blue) = 35+0+9=44 (5% of max value = 765). Red value is 35 (14.06% from 255 or 79.55% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 35 - color contains mainly: red. Hex color #230009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230009 is #DCFFF6. Grayscale: #0B0B0B. Windows color (decimal): -14483447 or 589859. OLE color: 589859.

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

Color convert

RGB 35 0 9 -
CMYK 0 1 0.74 0.86
HSL 344.57º 1% 0.07% -
HSV(B) 344.57º 1% 0.14% -
XYZ 0.74 0.38 0.29 -
YUV 11.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 35 0 9 0 1 0.74 0.86 344.57 1 0.07
Hex 23 0 9 0 64 4A 56 159 64 7
Octal 43 0 11 0 144 112 126 531 144 7
Binary 100011 0 1001 0 1100100 1001010 1010110 101011001 1100100 111

Color Harmonies of #230009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230009

Black with #230009

Text Example


Text Example

White with #230009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230009; }

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

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

background-color css

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

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

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

border-color css

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

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

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