Html Css Color HEX #962B2E Guardsman Red

📋 copy color: '#962B2E'

red 150 ◦ green 43 ◦ blue 46

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

Shades of Guardsman Red #962B2E

Tints of Guardsman Red #962B2E

RGB

 RED value IS 150 (58.98% from 255) = 62.76%

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

 BLUE value IS 46 (18.36% from 255) = 19.25%

R = 62.76%
G = 17.99%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#962B2E (or 0x962B2E) is known color: Guardsman Red. HEX triplet: 96, 2B and 2E. RGB value is (150,43,46). Sum of RGB (Red+Green+Blue) = 150+43+46=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #962B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962B2E is #69D4D1. Grayscale: #4B4B4B. Windows color (decimal): -6935762 or 3025814. OLE color: 3025814.

HSL color Cylindrical-coordinate representation of color #962B2E: hue angle of 358.32º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962B2E is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 43 46 -
CMYK 0 0.71 0.69 0.41
HSL 358.32º 0.55% 0.38% -
HSV(B) 358.32º 0.71% 0.59% -
XYZ 13.93 8.41 3.47 -
YUV 75.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 150 43 46 0 0.71 0.69 0.41 358.32 0.55 0.38
Hex 96 2B 2E 0 47 45 29 166 37 26
Octal 226 53 56 0 107 105 51 546 67 46
Binary 10010110 101011 101110 0 1000111 1000101 101001 101100110 110111 100110

Color Harmonies of #962B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962B2E

Black with #962B2E

Text Example


Text Example

White with #962B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962B2E; }

 p { color: rgb(150,43,46); }

 H1.HeaderClassName
 {
   color: #962B2E;
 }
 .AnyTagClassName
 {
   color: #962B2E;
 }
</style>

background-color css

<style>
 a { background-color: #962B2E; }

 a { background-color: rgb(150,43,46); }

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

border-color css

<style>
 span { border-color: #962B2E; }

 span { border-color: rgb(150,43,46); }

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