Html Css Color HEX #230311 Rustic Red

📋 copy color: '#230311'

red 35 ◦ green 3 ◦ blue 17

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

Shades of Rustic Red #230311

Tints of Rustic Red #230311

RGB

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

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

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

R = 63.64%
G = 5.45%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.86

RGB Variations

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

Color information

#230311 (or 0x230311) is known color: Rustic Red. HEX triplet: 23, 03 and 11. RGB value is (35,3,17). Sum of RGB (Red+Green+Blue) = 35+3+17=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #230311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230311 is #DCFCEE. Grayscale: #0E0E0E. Windows color (decimal): -14482671 or 1114915. OLE color: 1114915.

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

Color convert

RGB 35 3 17 -
CMYK 0 0.91 0.51 0.86
HSL 333.75º 0.84% 0.07% -
HSV(B) 333.75º 0.91% 0.14% -
XYZ 0.83 0.46 0.58 -
YUV 14.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 35 3 17 0 0.91 0.51 0.86 333.75 0.84 0.07
Hex 23 3 11 0 5B 33 56 14E 54 7
Octal 43 3 21 0 133 63 126 516 124 7
Binary 100011 11 10001 0 1011011 110011 1010110 101001110 1010100 111

Color Harmonies of #230311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230311

Black with #230311

Text Example


Text Example

White with #230311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230311; }

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

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

background-color css

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

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

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

border-color css

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

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

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