Html Css Color HEX #A80306 Sangria

📋 copy color: '#A80306'

red 168 ◦ green 3 ◦ blue 6

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

Shades of Sangria #A80306

Tints of Sangria #A80306

RGB

 RED value IS 168 (66.02% from 255) = 94.92%

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

 BLUE value IS 6 (2.73% from 255) = 3.39%

R = 94.92%
G = 1.69%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A80306 (or 0xA80306) is known color: Sangria. HEX triplet: A8, 03 and 06. RGB value is (168,3,6). Sum of RGB (Red+Green+Blue) = 168+3+6=177 (23% of max value = 765). Red value is 168 (66.02% from 255 or 94.92% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 168 - color contains mainly: red. Hex color #A80306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80306 is #57FCF9. Grayscale: #343434. Windows color (decimal): -5766394 or 394152. OLE color: 394152.

HSL color Cylindrical-coordinate representation of color #A80306: hue angle of 358.91º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80306 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 3 6 -
CMYK 0 0.98 0.96 0.34
HSL 358.91º 0.96% 0.34% -
HSV(B) 358.91º 0.98% 0.66% -
XYZ 16.21 8.4 0.94 -
YUV 52.68 101.66 210.26 -
System Red Green Blue C M Y K H S L
Decimal 168 3 6 0 0.98 0.96 0.34 358.91 0.96 0.34
Hex A8 3 6 0 62 60 22 167 60 22
Octal 250 3 6 0 142 140 42 547 140 42
Binary 10101000 11 110 0 1100010 1100000 100010 101100111 1100000 100010

Color Harmonies of #A80306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80306

Black with #A80306

Text Example


Text Example

White with #A80306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80306; }

 p { color: rgb(168,3,6); }

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

background-color css

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

 a { background-color: rgb(168,3,6); }

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

border-color css

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

 span { border-color: rgb(168,3,6); }

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