Html Css Color HEX #983235 Guardsman Red

📋 copy color: '#983235'

red 152 ◦ green 50 ◦ blue 53

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

Shades of Guardsman Red #983235

Tints of Guardsman Red #983235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.78%

R = 59.61%
G = 19.61%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#983235 (or 0x983235) is known color: Guardsman Red. HEX triplet: 98, 32 and 35. RGB value is (152,50,53). Sum of RGB (Red+Green+Blue) = 152+50+53=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #983235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983235 is #67CDCA. Grayscale: #505050. Windows color (decimal): -6802891 or 3486360. OLE color: 3486360.

HSL color Cylindrical-coordinate representation of color #983235: hue angle of 358.24º 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 #983235 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 50 53 -
CMYK 0 0.67 0.65 0.40
HSL 358.24º 0.5% 0.4% -
HSV(B) 358.24º 0.67% 0.6% -
XYZ 14.73 9.21 4.37 -
YUV 80.84 112.29 178.76 -
System Red Green Blue C M Y K H S L
Decimal 152 50 53 0 0.67 0.65 0.40 358.24 0.5 0.4
Hex 98 32 35 0 43 41 28 166 32 28
Octal 230 62 65 0 103 101 50 546 62 50
Binary 10011000 110010 110101 0 1000011 1000001 101000 101100110 110010 101000

Color Harmonies of #983235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983235

Black with #983235

Text Example


Text Example

White with #983235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983235; }

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

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

background-color css

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

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

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

border-color css

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

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

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