Html Css Color HEX #983438 Guardsman Red

📋 copy color: '#983438'

red 152 ◦ green 52 ◦ blue 56

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

Shades of Guardsman Red #983438

Tints of Guardsman Red #983438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20%

 BLUE value IS 56 (22.27% from 255) = 21.54%

R = 58.46%
G = 20%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#983438 (or 0x983438) is known color: Guardsman Red. HEX triplet: 98, 34 and 38. RGB value is (152,52,56). Sum of RGB (Red+Green+Blue) = 152+52+56=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #983438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983438 is #67CBC7. Grayscale: #525252. Windows color (decimal): -6802376 or 3683480. OLE color: 3683480.

HSL color Cylindrical-coordinate representation of color #983438: hue angle of 357.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983438 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 52 56 -
CMYK 0 0.66 0.63 0.40
HSL 357.6º 0.49% 0.4% -
HSV(B) 357.6º 0.66% 0.6% -
XYZ 14.89 9.42 4.77 -
YUV 82.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 152 52 56 0 0.66 0.63 0.40 357.6 0.49 0.4
Hex 98 34 38 0 42 3F 28 166 31 28
Octal 230 64 70 0 102 77 50 546 61 50
Binary 10011000 110100 111000 0 1000010 111111 101000 101100110 110001 101000

Color Harmonies of #983438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983438

Black with #983438

Text Example


Text Example

White with #983438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983438; }

 p { color: rgb(152,52,56); }

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

background-color css

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

 a { background-color: rgb(152,52,56); }

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

border-color css

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

 span { border-color: rgb(152,52,56); }

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