Html Css Color HEX #98323A Guardsman Red

📋 copy color: '#98323A'

red 152 ◦ green 50 ◦ blue 58

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

Shades of Guardsman Red #98323A

Tints of Guardsman Red #98323A

RGB

 RED value IS 152 (59.77% from 255) = 58.46%

 GREEN value IS 50 (19.92% from 255) = 19.23%

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

R = 58.46%
G = 19.23%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#98323A (or 0x98323A) is known color: Guardsman Red. HEX triplet: 98, 32 and 3A. RGB value is (152,50,58). Sum of RGB (Red+Green+Blue) = 152+50+58=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #98323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98323A is #67CDC5. Grayscale: #515151. Windows color (decimal): -6802886 or 3814040. OLE color: 3814040.

HSL color Cylindrical-coordinate representation of color #98323A: hue angle of 355.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98323A is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 50 58 -
CMYK 0 0.67 0.62 0.40
HSL 355.29º 0.5% 0.4% -
HSV(B) 355.29º 0.67% 0.6% -
XYZ 14.85 9.26 5.01 -
YUV 81.41 114.79 178.35 -
System Red Green Blue C M Y K H S L
Decimal 152 50 58 0 0.67 0.62 0.40 355.29 0.5 0.4
Hex 98 32 3A 0 43 3E 28 163 32 28
Octal 230 62 72 0 103 76 50 543 62 50
Binary 10011000 110010 111010 0 1000011 111110 101000 101100011 110010 101000

Color Harmonies of #98323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98323A

Black with #98323A

Text Example


Text Example

White with #98323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,50,58); }

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

background-color css

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

 a { background-color: rgb(152,50,58); }

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

border-color css

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

 span { border-color: rgb(152,50,58); }

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