Html Css Color HEX #962B30 Guardsman Red

📋 copy color: '#962B30'

red 150 ◦ green 43 ◦ blue 48

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

Shades of Guardsman Red #962B30

Tints of Guardsman Red #962B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.92%

R = 62.24%
G = 17.84%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#962B30 (or 0x962B30) is known color: Guardsman Red. HEX triplet: 96, 2B and 30. RGB value is (150,43,48). Sum of RGB (Red+Green+Blue) = 150+43+48=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #962B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962B30 is #69D4CF. Grayscale: #4B4B4B. Windows color (decimal): -6935760 or 3156886. OLE color: 3156886.

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

Color convert

RGB 150 43 48 -
CMYK 0 0.71 0.68 0.41
HSL 357.2º 0.55% 0.38% -
HSV(B) 357.2º 0.71% 0.59% -
XYZ 13.98 8.43 3.69 -
YUV 75.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 150 43 48 0 0.71 0.68 0.41 357.2 0.55 0.38
Hex 96 2B 30 0 47 44 29 165 37 26
Octal 226 53 60 0 107 104 51 545 67 46
Binary 10010110 101011 110000 0 1000111 1000100 101001 101100101 110111 100110

Color Harmonies of #962B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962B30

Black with #962B30

Text Example


Text Example

White with #962B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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