Html Css Color HEX #952936 Bright Red

📋 copy color: '#952936'

red 149 ◦ green 41 ◦ blue 54

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

Shades of Bright Red #952936

Tints of Bright Red #952936

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.8%

 BLUE value IS 54 (21.48% from 255) = 22.13%

R = 61.07%
G = 16.8%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#952936 (or 0x952936) is known color: Bright Red. HEX triplet: 95, 29 and 36. RGB value is (149,41,54). Sum of RGB (Red+Green+Blue) = 149+41+54=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #952936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952936 is #6AD6C9. Grayscale: #4A4A4A. Windows color (decimal): -7001802 or 3549589. OLE color: 3549589.

HSL color Cylindrical-coordinate representation of color #952936: hue angle of 352.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952936 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 54 -
CMYK 0 0.72 0.64 0.42
HSL 352.78º 0.57% 0.37% -
HSV(B) 352.78º 0.72% 0.58% -
XYZ 13.85 8.24 4.35 -
YUV 74.77 116.28 180.94 -
System Red Green Blue C M Y K H S L
Decimal 149 41 54 0 0.72 0.64 0.42 352.78 0.57 0.37
Hex 95 29 36 0 48 40 2A 161 39 25
Octal 225 51 66 0 110 100 52 541 71 45
Binary 10010101 101001 110110 0 1001000 1000000 101010 101100001 111001 100101

Color Harmonies of #952936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952936

Black with #952936

Text Example


Text Example

White with #952936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952936; }

 p { color: rgb(149,41,54); }

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

background-color css

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

 a { background-color: rgb(149,41,54); }

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

border-color css

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

 span { border-color: rgb(149,41,54); }

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