Html Css Color HEX #942F31 Guardsman Red

📋 copy color: '#942F31'

red 148 ◦ green 47 ◦ blue 49

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

Shades of Guardsman Red #942F31

Tints of Guardsman Red #942F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.26%

 BLUE value IS 49 (19.53% from 255) = 20.08%

R = 60.66%
G = 19.26%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#942F31 (or 0x942F31) is known color: Guardsman Red. HEX triplet: 94, 2F and 31. RGB value is (148,47,49). Sum of RGB (Red+Green+Blue) = 148+47+49=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #942F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942F31 is #6BD0CE. Grayscale: #4D4D4D. Windows color (decimal): -7065807 or 3223444. OLE color: 3223444.

HSL color Cylindrical-coordinate representation of color #942F31: hue angle of 358.81º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #942F31 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 47 49 -
CMYK 0 0.68 0.67 0.42
HSL 358.81º 0.52% 0.38% -
HSV(B) 358.81º 0.68% 0.58% -
XYZ 13.78 8.55 3.83 -
YUV 77.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 148 47 49 0 0.68 0.67 0.42 358.81 0.52 0.38
Hex 94 2F 31 0 44 43 2A 167 34 26
Octal 224 57 61 0 104 103 52 547 64 46
Binary 10010100 101111 110001 0 1000100 1000011 101010 101100111 110100 100110

Color Harmonies of #942F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942F31

Black with #942F31

Text Example


Text Example

White with #942F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,47,49); }

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

background-color css

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

 a { background-color: rgb(148,47,49); }

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

border-color css

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

 span { border-color: rgb(148,47,49); }

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