Html Css Color HEX #AB0309 Sangria

📋 copy color: '#AB0309'

red 171 ◦ green 3 ◦ blue 9

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

Shades of Sangria #AB0309

Tints of Sangria #AB0309

RGB

 RED value IS 171 (67.19% from 255) = 93.44%

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

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

R = 93.44%
G = 1.64%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB0309 (or 0xAB0309) is known color: Sangria. HEX triplet: AB, 03 and 09. RGB value is (171,3,9). Sum of RGB (Red+Green+Blue) = 171+3+9=183 (24% of max value = 765). Red value is 171 (67.19% from 255 or 93.44% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 9 (3.91% from 255 or 4.92% from 183); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0309 is #54FCF6. Grayscale: #363636. Windows color (decimal): -5569783 or 590763. OLE color: 590763.

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

Color convert

RGB 171 3 9 -
CMYK 0 0.98 0.95 0.33
HSL 357.86º 0.97% 0.34% -
HSV(B) 357.86º 0.98% 0.67% -
XYZ 16.88 8.74 1.06 -
YUV 53.92 102.66 211.51 -
System Red Green Blue C M Y K H S L
Decimal 171 3 9 0 0.98 0.95 0.33 357.86 0.97 0.34
Hex AB 3 9 0 62 5F 21 166 61 22
Octal 253 3 11 0 142 137 41 546 141 42
Binary 10101011 11 1001 0 1100010 1011111 100001 101100110 1100001 100010

Color Harmonies of #AB0309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0309

Black with #AB0309

Text Example


Text Example

White with #AB0309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0309; }

 p { color: rgb(171,3,9); }

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

background-color css

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

 a { background-color: rgb(171,3,9); }

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

border-color css

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

 span { border-color: rgb(171,3,9); }

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