Html Css Color HEX #230714 Rustic Red

📋 copy color: '#230714'

red 35 ◦ green 7 ◦ blue 20

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

Shades of Rustic Red #230714

Tints of Rustic Red #230714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.29%

 BLUE value IS 20 (8.2% from 255) = 32.26%

R = 56.45%
G = 11.29%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.86

RGB Variations

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

Color information

#230714 (or 0x230714) is known color: Rustic Red. HEX triplet: 23, 07 and 14. RGB value is (35,7,20). Sum of RGB (Red+Green+Blue) = 35+7+20=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #230714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230714 is #DCF8EB. Grayscale: #101010. Windows color (decimal): -14481644 or 1312547. OLE color: 1312547.

HSL color Cylindrical-coordinate representation of color #230714: hue angle of 332.14º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #230714 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 7 20 -
CMYK 0 0.80 0.43 0.86
HSL 332.14º 0.67% 0.08% -
HSV(B) 332.14º 0.8% 0.14% -
XYZ 0.9 0.56 0.72 -
YUV 16.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 35 7 20 0 0.80 0.43 0.86 332.14 0.67 0.08
Hex 23 7 14 0 50 2B 56 14C 43 8
Octal 43 7 24 0 120 53 126 514 103 10
Binary 100011 111 10100 0 1010000 101011 1010110 101001100 1000011 1000

Color Harmonies of #230714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230714

Black with #230714

Text Example


Text Example

White with #230714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230714; }

 p { color: rgb(35,7,20); }

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

background-color css

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

 a { background-color: rgb(35,7,20); }

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

border-color css

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

 span { border-color: rgb(35,7,20); }

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