Html Css Color HEX #912C2D Guardsman Red

📋 copy color: '#912C2D'

red 145 ◦ green 44 ◦ blue 45

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

Shades of Guardsman Red #912C2D

Tints of Guardsman Red #912C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.8%

 BLUE value IS 45 (17.97% from 255) = 19.23%

R = 61.97%
G = 18.8%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#912C2D (or 0x912C2D) is known color: Guardsman Red. HEX triplet: 91, 2C and 2D. RGB value is (145,44,45). Sum of RGB (Red+Green+Blue) = 145+44+45=234 (30% of max value = 765). Red value is 145 (57.03% from 255 or 61.97% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 145 - color contains mainly: red. Hex color #912C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912C2D is #6ED3D2. Grayscale: #4A4A4A. Windows color (decimal): -7263187 or 2960529. OLE color: 2960529.

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

Color convert

RGB 145 44 45 -
CMYK 0 0.70 0.69 0.43
HSL 359.41º 0.53% 0.37% -
HSV(B) 359.41º 0.7% 0.57% -
XYZ 13.05 8.01 3.34 -
YUV 74.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 145 44 45 0 0.70 0.69 0.43 359.41 0.53 0.37
Hex 91 2C 2D 0 46 45 2B 167 35 25
Octal 221 54 55 0 106 105 53 547 65 45
Binary 10010001 101100 101101 0 1000110 1000101 101011 101100111 110101 100101

Color Harmonies of #912C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912C2D

Black with #912C2D

Text Example


Text Example

White with #912C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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