Html Css Color HEX #99282B Guardsman Red

📋 copy color: '#99282B'

red 153 ◦ green 40 ◦ blue 43

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

Shades of Guardsman Red #99282B

Tints of Guardsman Red #99282B

RGB

 RED value IS 153 (60.16% from 255) = 64.83%

 GREEN value IS 40 (16.02% from 255) = 16.95%

 BLUE value IS 43 (17.19% from 255) = 18.22%

R = 64.83%
G = 16.95%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#99282B (or 0x99282B) is known color: Guardsman Red. HEX triplet: 99, 28 and 2B. RGB value is (153,40,43). Sum of RGB (Red+Green+Blue) = 153+40+43=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #99282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99282B is #66D7D4. Grayscale: #4A4A4A. Windows color (decimal): -6739925 or 2828441. OLE color: 2828441.

HSL color Cylindrical-coordinate representation of color #99282B: hue angle of 358.41º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99282B is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 40 43 -
CMYK 0 0.74 0.72 0.4
HSL 358.41º 0.59% 0.38% -
HSV(B) 358.41º 0.74% 0.6% -
XYZ 14.33 8.46 3.16 -
YUV 74.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 153 40 43 0 0.74 0.72 0.4 358.41 0.59 0.38
Hex 99 28 2B 0 4A 48 28 166 3B 26
Octal 231 50 53 0 112 110 50 546 73 46
Binary 10011001 101000 101011 0 1001010 1001000 101000 101100110 111011 100110

Color Harmonies of #99282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99282B

Black with #99282B

Text Example


Text Example

White with #99282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99282B; }

 p { color: rgb(153,40,43); }

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

background-color css

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

 a { background-color: rgb(153,40,43); }

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

border-color css

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

 span { border-color: rgb(153,40,43); }

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