Html Css Color HEX #AB383C Guardsman Red

📋 copy color: '#AB383C'

red 171 ◦ green 56 ◦ blue 60

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

Shades of Guardsman Red #AB383C

Tints of Guardsman Red #AB383C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.51%

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 59.58%
G = 19.51%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB383C (or 0xAB383C) is known color: Guardsman Red. HEX triplet: AB, 38 and 3C. RGB value is (171,56,60). Sum of RGB (Red+Green+Blue) = 171+56+60=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB383C is #54C7C3. Grayscale: #5A5A5A. Windows color (decimal): -5556164 or 3946667. OLE color: 3946667.

HSL color Cylindrical-coordinate representation of color #AB383C: hue angle of 357.91º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB383C is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 56 60 -
CMYK 0 0.67 0.65 0.33
HSL 357.91º 0.51% 0.45% -
HSV(B) 357.91º 0.67% 0.67% -
XYZ 19.02 11.81 5.55 -
YUV 90.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 171 56 60 0 0.67 0.65 0.33 357.91 0.51 0.45
Hex AB 38 3C 0 43 41 21 166 33 2D
Octal 253 70 74 0 103 101 41 546 63 55
Binary 10101011 111000 111100 0 1000011 1000001 100001 101100110 110011 101101

Color Harmonies of #AB383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB383C

Black with #AB383C

Text Example


Text Example

White with #AB383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB383C; }

 p { color: rgb(171,56,60); }

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

background-color css

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

 a { background-color: rgb(171,56,60); }

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

border-color css

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

 span { border-color: rgb(171,56,60); }

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