Html Css Color HEX #23030F Rustic Red

📋 copy color: '#23030F'

red 35 ◦ green 3 ◦ blue 15

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

Shades of Rustic Red #23030F

Tints of Rustic Red #23030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 28.3%

R = 66.04%
G = 5.66%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.86

RGB Variations

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

Color information

#23030F (or 0x23030F) is known color: Rustic Red. HEX triplet: 23, 03 and 0F. RGB value is (35,3,15). Sum of RGB (Red+Green+Blue) = 35+3+15=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #23030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23030F is #DCFCF0. Grayscale: #0D0D0D. Windows color (decimal): -14482673 or 983843. OLE color: 983843.

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

Color convert

RGB 35 3 15 -
CMYK 0 0.91 0.57 0.86
HSL 337.5º 0.84% 0.07% -
HSV(B) 337.5º 0.91% 0.14% -
XYZ 0.81 0.46 0.5 -
YUV 13.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 35 3 15 0 0.91 0.57 0.86 337.5 0.84 0.07
Hex 23 3 F 0 5B 39 56 152 54 7
Octal 43 3 17 0 133 71 126 522 124 7
Binary 100011 11 1111 0 1011011 111001 1010110 101010010 1010100 111

Color Harmonies of #23030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23030F

Black with #23030F

Text Example


Text Example

White with #23030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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