Html Css Color HEX #230309 Rustic Red

📋 copy color: '#230309'

red 35 ◦ green 3 ◦ blue 9

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

Shades of Rustic Red #230309

Tints of Rustic Red #230309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.38%

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

R = 74.47%
G = 6.38%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.86

RGB Variations

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

Color information

#230309 (or 0x230309) is known color: Rustic Red. HEX triplet: 23, 03 and 09. RGB value is (35,3,9). Sum of RGB (Red+Green+Blue) = 35+3+9=47 (6% of max value = 765). Red value is 35 (14.06% from 255 or 74.47% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 35 - color contains mainly: red. Hex color #230309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230309 is #DCFCF6. Grayscale: #0D0D0D. Windows color (decimal): -14482679 or 590627. OLE color: 590627.

HSL color Cylindrical-coordinate representation of color #230309: hue angle of 348.75º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230309 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 3 9 -
CMYK 0 0.91 0.74 0.86
HSL 348.75º 0.84% 0.07% -
HSV(B) 348.75º 0.91% 0.14% -
XYZ 0.78 0.44 0.3 -
YUV 13.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 35 3 9 0 0.91 0.74 0.86 348.75 0.84 0.07
Hex 23 3 9 0 5B 4A 56 15D 54 7
Octal 43 3 11 0 133 112 126 535 124 7
Binary 100011 11 1001 0 1011011 1001010 1010110 101011101 1010100 111

Color Harmonies of #230309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230309

Black with #230309

Text Example


Text Example

White with #230309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230309; }

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

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

background-color css

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

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

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

border-color css

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

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

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