Html Css Color HEX #23030B Rustic Red

📋 copy color: '#23030B'

red 35 ◦ green 3 ◦ blue 11

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

Shades of Rustic Red #23030B

Tints of Rustic Red #23030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 22.45%

R = 71.43%
G = 6.12%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#23030B (or 0x23030B) is known color: Rustic Red. HEX triplet: 23, 03 and 0B. RGB value is (35,3,11). Sum of RGB (Red+Green+Blue) = 35+3+11=49 (6% of max value = 765). Red value is 35 (14.06% from 255 or 71.43% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 35 - color contains mainly: red. Hex color #23030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23030B is #DCFCF4. Grayscale: #0D0D0D. Windows color (decimal): -14482677 or 721699. OLE color: 721699.

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

Color convert

RGB 35 3 11 -
CMYK 0 0.91 0.69 0.86
HSL 345º 0.84% 0.07% -
HSV(B) 345º 0.91% 0.14% -
XYZ 0.79 0.45 0.36 -
YUV 13.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 35 3 11 0 0.91 0.69 0.86 345 0.84 0.07
Hex 23 3 B 0 5B 45 56 159 54 7
Octal 43 3 13 0 133 105 126 531 124 7
Binary 100011 11 1011 0 1011011 1000101 1010110 101011001 1010100 111

Color Harmonies of #23030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23030B

Black with #23030B

Text Example


Text Example

White with #23030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23030B; }

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

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

background-color css

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

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

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

border-color css

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

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

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