Html Css Color HEX #A30609 Sangria

📋 copy color: '#A30609'

red 163 ◦ green 6 ◦ blue 9

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

Shades of Sangria #A30609

Tints of Sangria #A30609

RGB

 RED value IS 163 (64.06% from 255) = 91.57%

 GREEN value IS 6 (2.73% from 255) = 3.37%

 BLUE value IS 9 (3.91% from 255) = 5.06%

R = 91.57%
G = 3.37%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A30609 (or 0xA30609) is known color: Sangria. HEX triplet: A3, 06 and 09. RGB value is (163,6,9). Sum of RGB (Red+Green+Blue) = 163+6+9=178 (23% of max value = 765). Red value is 163 (64.06% from 255 or 91.57% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 163 - color contains mainly: red. Hex color #A30609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30609 is #5CF9F6. Grayscale: #353535. Windows color (decimal): -6093303 or 591523. OLE color: 591523.

HSL color Cylindrical-coordinate representation of color #A30609: hue angle of 358.85º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30609 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 6 9 -
CMYK 0 0.96 0.94 0.36
HSL 358.85º 0.93% 0.33% -
HSV(B) 358.85º 0.96% 0.64% -
XYZ 15.22 7.94 0.99 -
YUV 53.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 163 6 9 0 0.96 0.94 0.36 358.85 0.93 0.33
Hex A3 6 9 0 60 5E 24 167 5D 21
Octal 243 6 11 0 140 136 44 547 135 41
Binary 10100011 110 1001 0 1100000 1011110 100100 101100111 1011101 100001

Color Harmonies of #A30609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30609

Black with #A30609

Text Example


Text Example

White with #A30609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30609; }

 p { color: rgb(163,6,9); }

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

background-color css

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

 a { background-color: rgb(163,6,9); }

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

border-color css

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

 span { border-color: rgb(163,6,9); }

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