Html Css Color HEX #983033 Guardsman Red

📋 copy color: '#983033'

red 152 ◦ green 48 ◦ blue 51

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

Shades of Guardsman Red #983033

Tints of Guardsman Red #983033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.32%

R = 60.56%
G = 19.12%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#983033 (or 0x983033) is known color: Guardsman Red. HEX triplet: 98, 30 and 33. RGB value is (152,48,51). Sum of RGB (Red+Green+Blue) = 152+48+51=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #983033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983033 is #67CFCC. Grayscale: #4F4F4F. Windows color (decimal): -6803405 or 3354776. OLE color: 3354776.

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

Color convert

RGB 152 48 51 -
CMYK 0 0.68 0.66 0.40
HSL 358.27º 0.52% 0.39% -
HSV(B) 358.27º 0.68% 0.6% -
XYZ 14.6 9.03 4.1 -
YUV 79.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 152 48 51 0 0.68 0.66 0.40 358.27 0.52 0.39
Hex 98 30 33 0 44 42 28 166 34 27
Octal 230 60 63 0 104 102 50 546 64 47
Binary 10011000 110000 110011 0 1000100 1000010 101000 101100110 110100 100111

Color Harmonies of #983033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983033

Black with #983033

Text Example


Text Example

White with #983033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983033; }

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

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

background-color css

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

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

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

border-color css

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

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

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