Html Css Color HEX #962F3A Guardsman Red

📋 copy color: '#962F3A'

red 150 ◦ green 47 ◦ blue 58

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

Shades of Guardsman Red #962F3A

Tints of Guardsman Red #962F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 58.82%
G = 18.43%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#962F3A (or 0x962F3A) is known color: Guardsman Red. HEX triplet: 96, 2F and 3A. RGB value is (150,47,58). Sum of RGB (Red+Green+Blue) = 150+47+58=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #962F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962F3A is #69D0C5. Grayscale: #4F4F4F. Windows color (decimal): -6934726 or 3813270. OLE color: 3813270.

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

Color convert

RGB 150 47 58 -
CMYK 0 0.69 0.61 0.41
HSL 353.59º 0.52% 0.39% -
HSV(B) 353.59º 0.69% 0.59% -
XYZ 14.36 8.82 4.95 -
YUV 79.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 150 47 58 0 0.69 0.61 0.41 353.59 0.52 0.39
Hex 96 2F 3A 0 45 3D 29 162 34 27
Octal 226 57 72 0 105 75 51 542 64 47
Binary 10010110 101111 111010 0 1000101 111101 101001 101100010 110100 100111

Color Harmonies of #962F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962F3A

Black with #962F3A

Text Example


Text Example

White with #962F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,47,58); }

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

background-color css

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

 a { background-color: rgb(150,47,58); }

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

border-color css

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

 span { border-color: rgb(150,47,58); }

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