Html Css Color HEX #230308 Rustic Red

📋 copy color: '#230308'

red 35 ◦ green 3 ◦ blue 8

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

Shades of Rustic Red #230308

Tints of Rustic Red #230308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 17.39%

R = 76.09%
G = 6.52%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.86

RGB Variations

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

Color information

#230308 (or 0x230308) is known color: Rustic Red. HEX triplet: 23, 03 and 08. RGB value is (35,3,8). Sum of RGB (Red+Green+Blue) = 35+3+8=46 (6% of max value = 765). Red value is 35 (14.06% from 255 or 76.09% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 35 - color contains mainly: red. Hex color #230308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230308 is #DCFCF7. Grayscale: #0D0D0D. Windows color (decimal): -14482680 or 525091. OLE color: 525091.

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

Color convert

RGB 35 3 8 -
CMYK 0 0.91 0.77 0.86
HSL 350.63º 0.84% 0.07% -
HSV(B) 350.63º 0.91% 0.14% -
XYZ 0.77 0.44 0.27 -
YUV 13.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 35 3 8 0 0.91 0.77 0.86 350.63 0.84 0.07
Hex 23 3 8 0 5B 4D 56 15F 54 7
Octal 43 3 10 0 133 115 126 537 124 7
Binary 100011 11 1000 0 1011011 1001101 1010110 101011111 1010100 111

Color Harmonies of #230308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230308

Black with #230308

Text Example


Text Example

White with #230308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230308; }

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

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

background-color css

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

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

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

border-color css

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

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

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