Html Css Color HEX #952028 Bright Red

📋 copy color: '#952028'

red 149 ◦ green 32 ◦ blue 40

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

Shades of Bright Red #952028

Tints of Bright Red #952028

RGB

 RED value IS 149 (58.59% from 255) = 67.42%

 GREEN value IS 32 (12.89% from 255) = 14.48%

 BLUE value IS 40 (16.02% from 255) = 18.1%

R = 67.42%
G = 14.48%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#952028 (or 0x952028) is known color: Bright Red. HEX triplet: 95, 20 and 28. RGB value is (149,32,40). Sum of RGB (Red+Green+Blue) = 149+32+40=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #952028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952028 is #6ADFD7. Grayscale: #434343. Windows color (decimal): -7004120 or 2629781. OLE color: 2629781.

HSL color Cylindrical-coordinate representation of color #952028: hue angle of 355.9º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952028 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 40 -
CMYK 0 0.79 0.73 0.42
HSL 355.9º 0.65% 0.35% -
HSV(B) 355.9º 0.79% 0.58% -
XYZ 13.29 7.58 2.77 -
YUV 67.9 112.26 185.85 -
System Red Green Blue C M Y K H S L
Decimal 149 32 40 0 0.79 0.73 0.42 355.9 0.65 0.35
Hex 95 20 28 0 4F 49 2A 164 41 23
Octal 225 40 50 0 117 111 52 544 101 43
Binary 10010101 100000 101000 0 1001111 1001001 101010 101100100 1000001 100011

Color Harmonies of #952028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952028

Black with #952028

Text Example


Text Example

White with #952028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952028; }

 p { color: rgb(149,32,40); }

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

background-color css

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

 a { background-color: rgb(149,32,40); }

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

border-color css

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

 span { border-color: rgb(149,32,40); }

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