Html Css Color HEX #A30208 Sangria

📋 copy color: '#A30208'

red 163 ◦ green 2 ◦ blue 8

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

Shades of Sangria #A30208

Tints of Sangria #A30208

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

 BLUE value IS 8 (3.52% from 255) = 4.62%

R = 94.22%
G = 1.16%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A30208 (or 0xA30208) is known color: Sangria. HEX triplet: A3, 02 and 08. RGB value is (163,2,8). Sum of RGB (Red+Green+Blue) = 163+2+8=173 (22% of max value = 765). Red value is 163 (64.06% from 255 or 94.22% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 163 - color contains mainly: red. Hex color #A30208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30208 is #5CFDF7. Grayscale: #323232. Windows color (decimal): -6094328 or 524963. OLE color: 524963.

HSL color Cylindrical-coordinate representation of color #A30208: hue angle of 357.76º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30208 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 2 8 -
CMYK 0 0.99 0.95 0.36
HSL 357.76º 0.98% 0.32% -
HSV(B) 357.76º 0.99% 0.64% -
XYZ 15.17 7.85 0.94 -
YUV 50.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 163 2 8 0 0.99 0.95 0.36 357.76 0.98 0.32
Hex A3 2 8 0 63 5F 24 166 62 20
Octal 243 2 10 0 143 137 44 546 142 40
Binary 10100011 10 1000 0 1100011 1011111 100100 101100110 1100010 100000

Color Harmonies of #A30208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30208

Black with #A30208

Text Example


Text Example

White with #A30208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30208; }

 p { color: rgb(163,2,8); }

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

background-color css

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

 a { background-color: rgb(163,2,8); }

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

border-color css

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

 span { border-color: rgb(163,2,8); }

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