Html Css Color HEX #962C30 Guardsman Red

📋 copy color: '#962C30'

red 150 ◦ green 44 ◦ blue 48

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

Shades of Guardsman Red #962C30

Tints of Guardsman Red #962C30

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.18%

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

R = 61.98%
G = 18.18%
B = 19.83%

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

#962C30 (or 0x962C30) is known color: Guardsman Red. HEX triplet: 96, 2C and 30. RGB value is (150,44,48). Sum of RGB (Red+Green+Blue) = 150+44+48=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #962C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C30 is #69D3CF. Grayscale: #4C4C4C. Windows color (decimal): -6935504 or 3157142. OLE color: 3157142.

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

Color convert

RGB 150 44 48 -
CMYK 0 0.71 0.68 0.41
HSL 357.74º 0.55% 0.38% -
HSV(B) 357.74º 0.71% 0.59% -
XYZ 14.01 8.5 3.7 -
YUV 76.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 150 44 48 0 0.71 0.68 0.41 357.74 0.55 0.38
Hex 96 2C 30 0 47 44 29 166 37 26
Octal 226 54 60 0 107 104 51 546 67 46
Binary 10010110 101100 110000 0 1000111 1000100 101001 101100110 110111 100110

Color Harmonies of #962C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962C30

Black with #962C30

Text Example


Text Example

White with #962C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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