Html Css Color HEX #702B30 Tamarillo

📋 copy color: '#702B30'

red 112 ◦ green 43 ◦ blue 48

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

Shades of Tamarillo #702B30

Tints of Tamarillo #702B30

RGB

 RED value IS 112 (44.14% from 255) = 55.17%

 GREEN value IS 43 (17.19% from 255) = 21.18%

 BLUE value IS 48 (19.14% from 255) = 23.65%

R = 55.17%
G = 21.18%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#702B30 (or 0x702B30) is known color: Tamarillo. HEX triplet: 70, 2B and 30. RGB value is (112,43,48). Sum of RGB (Red+Green+Blue) = 112+43+48=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #702B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B30 is #8FD4CF. Grayscale: #404040. Windows color (decimal): -9426128 or 3156848. OLE color: 3156848.

HSL color Cylindrical-coordinate representation of color #702B30: hue angle of 355.65º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702B30 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 43 48 -
CMYK 0 0.62 0.57 0.56
HSL 355.65º 0.45% 0.3% -
HSV(B) 355.65º 0.62% 0.44% -
XYZ 8.08 5.39 3.41 -
YUV 64.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 112 43 48 0 0.62 0.57 0.56 355.65 0.45 0.3
Hex 70 2B 30 0 3E 39 38 164 2D 1E
Octal 160 53 60 0 76 71 70 544 55 36
Binary 1110000 101011 110000 0 111110 111001 111000 101100100 101101 11110

Color Harmonies of #702B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B30

Black with #702B30

Text Example


Text Example

White with #702B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702B30; }

 p { color: rgb(112,43,48); }

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

background-color css

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

 a { background-color: rgb(112,43,48); }

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

border-color css

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

 span { border-color: rgb(112,43,48); }

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