Html Css Color HEX #230511 Rustic Red

📋 copy color: '#230511'

red 35 ◦ green 5 ◦ blue 17

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

Shades of Rustic Red #230511

Tints of Rustic Red #230511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.77%

 BLUE value IS 17 (7.03% from 255) = 29.82%

R = 61.4%
G = 8.77%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.86

RGB Variations

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

Color information

#230511 (or 0x230511) is known color: Rustic Red. HEX triplet: 23, 05 and 11. RGB value is (35,5,17). Sum of RGB (Red+Green+Blue) = 35+5+17=57 (7% of max value = 765). Red value is 35 (14.06% from 255 or 61.40% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 35 - color contains mainly: red. Hex color #230511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230511 is #DCFAEE. Grayscale: #0F0F0F. Windows color (decimal): -14482159 or 1115427. OLE color: 1115427.

HSL color Cylindrical-coordinate representation of color #230511: hue angle of 336º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #230511 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 5 17 -
CMYK 0 0.86 0.51 0.86
HSL 336º 0.75% 0.08% -
HSV(B) 336º 0.86% 0.14% -
XYZ 0.85 0.51 0.58 -
YUV 15.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 35 5 17 0 0.86 0.51 0.86 336 0.75 0.08
Hex 23 5 11 0 56 33 56 150 4B 8
Octal 43 5 21 0 126 63 126 520 113 10
Binary 100011 101 10001 0 1010110 110011 1010110 101010000 1001011 1000

Color Harmonies of #230511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230511

Black with #230511

Text Example


Text Example

White with #230511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230511; }

 p { color: rgb(35,5,17); }

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

background-color css

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

 a { background-color: rgb(35,5,17); }

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

border-color css

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

 span { border-color: rgb(35,5,17); }

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