Html Css Color HEX #95303A Guardsman Red

📋 copy color: '#95303A'

red 149 ◦ green 48 ◦ blue 58

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

Shades of Guardsman Red #95303A

Tints of Guardsman Red #95303A

RGB

 RED value IS 149 (58.59% from 255) = 58.43%

 GREEN value IS 48 (19.14% from 255) = 18.82%

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

R = 58.43%
G = 18.82%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#95303A (or 0x95303A) is known color: Guardsman Red. HEX triplet: 95, 30 and 3A. RGB value is (149,48,58). Sum of RGB (Red+Green+Blue) = 149+48+58=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #95303A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95303A is #6ACFC5. Grayscale: #4F4F4F. Windows color (decimal): -7000006 or 3813525. OLE color: 3813525.

HSL color Cylindrical-coordinate representation of color #95303A: hue angle of 354.06º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95303A is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 48 58 -
CMYK 0 0.68 0.61 0.42
HSL 354.06º 0.51% 0.39% -
HSV(B) 354.06º 0.68% 0.58% -
XYZ 14.22 8.81 4.95 -
YUV 79.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 149 48 58 0 0.68 0.61 0.42 354.06 0.51 0.39
Hex 95 30 3A 0 44 3D 2A 162 33 27
Octal 225 60 72 0 104 75 52 542 63 47
Binary 10010101 110000 111010 0 1000100 111101 101010 101100010 110011 100111

Color Harmonies of #95303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95303A

Black with #95303A

Text Example


Text Example

White with #95303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95303A; }

 p { color: rgb(149,48,58); }

 H1.HeaderClassName
 {
   color: #95303A;
 }
 .AnyTagClassName
 {
   color: #95303A;
 }
</style>

background-color css

<style>
 a { background-color: #95303A; }

 a { background-color: rgb(149,48,58); }

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

border-color css

<style>
 span { border-color: #95303A; }

 span { border-color: rgb(149,48,58); }

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