Html Css Color HEX #912D2F Guardsman Red

📋 copy color: '#912D2F'

red 145 ◦ green 45 ◦ blue 47

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

Shades of Guardsman Red #912D2F

Tints of Guardsman Red #912D2F

RGB

 RED value IS 145 (57.03% from 255) = 61.18%

 GREEN value IS 45 (17.97% from 255) = 18.99%

 BLUE value IS 47 (18.75% from 255) = 19.83%

R = 61.18%
G = 18.99%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#912D2F (or 0x912D2F) is known color: Guardsman Red. HEX triplet: 91, 2D and 2F. RGB value is (145,45,47). Sum of RGB (Red+Green+Blue) = 145+45+47=237 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.18% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 145 - color contains mainly: red. Hex color #912D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912D2F is #6ED2D0. Grayscale: #4B4B4B. Windows color (decimal): -7262929 or 3091857. OLE color: 3091857.

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

Color convert

RGB 145 45 47 -
CMYK 0 0.69 0.68 0.43
HSL 358.8º 0.53% 0.37% -
HSV(B) 358.8º 0.69% 0.57% -
XYZ 13.13 8.1 3.56 -
YUV 75.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 145 45 47 0 0.69 0.68 0.43 358.8 0.53 0.37
Hex 91 2D 2F 0 45 44 2B 167 35 25
Octal 221 55 57 0 105 104 53 547 65 45
Binary 10010001 101101 101111 0 1000101 1000100 101011 101100111 110101 100101

Color Harmonies of #912D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912D2F

Black with #912D2F

Text Example


Text Example

White with #912D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,45,47); }

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

background-color css

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

 a { background-color: rgb(145,45,47); }

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

border-color css

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

 span { border-color: rgb(145,45,47); }

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