Html Css Color HEX #962B2D Guardsman Red

📋 copy color: '#962B2D'

red 150 ◦ green 43 ◦ blue 45

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

Shades of Guardsman Red #962B2D

Tints of Guardsman Red #962B2D

RGB

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

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

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

R = 63.03%
G = 18.07%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#962B2D (or 0x962B2D) is known color: Guardsman Red. HEX triplet: 96, 2B and 2D. RGB value is (150,43,45). Sum of RGB (Red+Green+Blue) = 150+43+45=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #962B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962B2D is #69D4D2. Grayscale: #4B4B4B. Windows color (decimal): -6935763 or 2960278. OLE color: 2960278.

HSL color Cylindrical-coordinate representation of color #962B2D: hue angle of 358.88º 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 #962B2D is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 43 45 -
CMYK 0 0.71 0.70 0.41
HSL 358.88º 0.55% 0.38% -
HSV(B) 358.88º 0.71% 0.59% -
XYZ 13.92 8.4 3.37 -
YUV 75.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 150 43 45 0 0.71 0.70 0.41 358.88 0.55 0.38
Hex 96 2B 2D 0 47 46 29 167 37 26
Octal 226 53 55 0 107 106 51 547 67 46
Binary 10010110 101011 101101 0 1000111 1000110 101001 101100111 110111 100110

Color Harmonies of #962B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962B2D

Black with #962B2D

Text Example


Text Example

White with #962B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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