Html Css Color HEX #942B2D Guardsman Red

📋 copy color: '#942B2D'

red 148 ◦ green 43 ◦ blue 45

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

Shades of Guardsman Red #942B2D

Tints of Guardsman Red #942B2D

RGB

 RED value IS 148 (58.2% from 255) = 62.71%

 GREEN value IS 43 (17.19% from 255) = 18.22%

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

R = 62.71%
G = 18.22%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#942B2D (or 0x942B2D) is known color: Guardsman Red. HEX triplet: 94, 2B and 2D. RGB value is (148,43,45). Sum of RGB (Red+Green+Blue) = 148+43+45=236 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.71% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 148 - color contains mainly: red. Hex color #942B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942B2D is #6BD4D2. Grayscale: #4A4A4A. Windows color (decimal): -7066835 or 2960276. OLE color: 2960276.

HSL color Cylindrical-coordinate representation of color #942B2D: hue angle of 358.86º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #942B2D is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 43 45 -
CMYK 0 0.71 0.70 0.42
HSL 358.86º 0.55% 0.37% -
HSV(B) 358.86º 0.71% 0.58% -
XYZ 13.55 8.21 3.35 -
YUV 74.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 148 43 45 0 0.71 0.70 0.42 358.86 0.55 0.37
Hex 94 2B 2D 0 47 46 2A 167 37 25
Octal 224 53 55 0 107 106 52 547 67 45
Binary 10010100 101011 101101 0 1000111 1000110 101010 101100111 110111 100101

Color Harmonies of #942B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942B2D

Black with #942B2D

Text Example


Text Example

White with #942B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942B2D; }

 p { color: rgb(148,43,45); }

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

background-color css

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

 a { background-color: rgb(148,43,45); }

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

border-color css

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

 span { border-color: rgb(148,43,45); }

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