Html Css Color HEX #230B12 Rustic Red

📋 copy color: '#230B12'

red 35 ◦ green 11 ◦ blue 18

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

Shades of Rustic Red #230B12

Tints of Rustic Red #230B12

RGB

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

 GREEN value IS 11 (4.69% from 255) = 17.19%

 BLUE value IS 18 (7.42% from 255) = 28.13%

R = 54.69%
G = 17.19%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#230B12 (or 0x230B12) is known color: Rustic Red. HEX triplet: 23, 0B and 12. RGB value is (35,11,18). Sum of RGB (Red+Green+Blue) = 35+11+18=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #230B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230B12 is #DCF4ED. Grayscale: #121212. Windows color (decimal): -14480622 or 1182499. OLE color: 1182499.

HSL color Cylindrical-coordinate representation of color #230B12: hue angle of 342.5º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #230B12 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 11 18 -
CMYK 0 0.69 0.49 0.86
HSL 342.5º 0.52% 0.09% -
HSV(B) 342.5º 0.69% 0.14% -
XYZ 0.92 0.64 0.65 -
YUV 18.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 35 11 18 0 0.69 0.49 0.86 342.5 0.52 0.09
Hex 23 B 12 0 45 31 56 156 34 9
Octal 43 13 22 0 105 61 126 526 64 11
Binary 100011 1011 10010 0 1000101 110001 1010110 101010110 110100 1001

Color Harmonies of #230B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230B12

Black with #230B12

Text Example


Text Example

White with #230B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230B12; }

 p { color: rgb(35,11,18); }

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

background-color css

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

 a { background-color: rgb(35,11,18); }

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

border-color css

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

 span { border-color: rgb(35,11,18); }

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