#912E30

Color #912E30 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #912E30

Tints of Guardsman Red #912E30

Color information

#912E30 (or 0x912E30) is unknown color: approx Guardsman Red. HEX triplet: 91, 2E and 30. RGB value is (145,46,48). Sum of RGB (Red+Green+Blue) = 145+46+48=239 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.67% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 145 - color contains mainly: red. Hex color #912E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912E30 is #6ED1CF. Grayscale: #4B4B4B. Windows color (decimal): -7262672 or 3157649. OLE color: 3157649.

HSL color Cylindrical-coordinate representation of color #912E30: hue angle of 358.79º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #912E30 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB1454648-
CMYK00.680.670.43
HSL358.79º51.83%37.45%-
HSV(B)358.79º68.28%56.86%-
XYZ13.198.193.68-
YUV75.83112.3177.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 60.67%
GREEN value IS 46 (18.36% from 255) = 19.25%
BLUE value IS 48 (19.14% from 255) = 20.08%
R=60.67%
G=19.25%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145464800.680.670.43358.7951.8337.45
Hex912E30044432B1673425
Octal22156600104103535476445
Binary10010001101110110000010001001000011101011101100111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912E30; }

 p { color: rgb(145,46,48); }

 H1.HeaderClassName
 {
   color: #912E30;
 }
 .AnyTagClassName
 {
   color: #912E30;
 }
</style>
background-color css

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

 a { background-color: rgb(145,46,48); }

 div.DivClassName
 {
   background-color: #912E30;
 }
 .BgClassName
 {
   background-color: #912E30;
 }
</style>
border-color css

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

 span { border-color: rgb(145,46,48); }

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