Html Css Color HEX #98303C Guardsman Red

📋 copy color: '#98303C'

red 152 ◦ green 48 ◦ blue 60

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

Shades of Guardsman Red #98303C

Tints of Guardsman Red #98303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.08%

R = 58.46%
G = 18.46%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#98303C (or 0x98303C) is known color: Guardsman Red. HEX triplet: 98, 30 and 3C. RGB value is (152,48,60). Sum of RGB (Red+Green+Blue) = 152+48+60=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #98303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98303C is #67CFC3. Grayscale: #505050. Windows color (decimal): -6803396 or 3944600. OLE color: 3944600.

HSL color Cylindrical-coordinate representation of color #98303C: hue angle of 353.08º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98303C is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 60 -
CMYK 0 0.68 0.61 0.40
HSL 353.08º 0.52% 0.39% -
HSV(B) 353.08º 0.68% 0.6% -
XYZ 14.82 9.12 5.25 -
YUV 80.46 116.46 179.02 -
System Red Green Blue C M Y K H S L
Decimal 152 48 60 0 0.68 0.61 0.40 353.08 0.52 0.39
Hex 98 30 3C 0 44 3D 28 161 34 27
Octal 230 60 74 0 104 75 50 541 64 47
Binary 10011000 110000 111100 0 1000100 111101 101000 101100001 110100 100111

Color Harmonies of #98303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98303C

Black with #98303C

Text Example


Text Example

White with #98303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98303C; }

 p { color: rgb(152,48,60); }

 H1.HeaderClassName
 {
   color: #98303C;
 }
 .AnyTagClassName
 {
   color: #98303C;
 }
</style>

background-color css

<style>
 a { background-color: #98303C; }

 a { background-color: rgb(152,48,60); }

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

border-color css

<style>
 span { border-color: #98303C; }

 span { border-color: rgb(152,48,60); }

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