Html Css Color HEX #952E3A Bright Red

📋 copy color: '#952E3A'

red 149 ◦ green 46 ◦ blue 58

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

Shades of Bright Red #952E3A

Tints of Bright Red #952E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.18%

 BLUE value IS 58 (23.05% from 255) = 22.92%

R = 58.89%
G = 18.18%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#952E3A (or 0x952E3A) is known color: Bright Red. HEX triplet: 95, 2E and 3A. RGB value is (149,46,58). Sum of RGB (Red+Green+Blue) = 149+46+58=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #952E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E3A is #6AD1C5. Grayscale: #4E4E4E. Windows color (decimal): -7000518 or 3813013. OLE color: 3813013.

HSL color Cylindrical-coordinate representation of color #952E3A: hue angle of 353.01º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E3A is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 46 58 -
CMYK 0 0.69 0.61 0.42
HSL 353.01º 0.53% 0.38% -
HSV(B) 353.01º 0.69% 0.58% -
XYZ 14.14 8.65 4.93 -
YUV 78.17 116.62 178.52 -
System Red Green Blue C M Y K H S L
Decimal 149 46 58 0 0.69 0.61 0.42 353.01 0.53 0.38
Hex 95 2E 3A 0 45 3D 2A 161 35 26
Octal 225 56 72 0 105 75 52 541 65 46
Binary 10010101 101110 111010 0 1000101 111101 101010 101100001 110101 100110

Color Harmonies of #952E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E3A

Black with #952E3A

Text Example


Text Example

White with #952E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952E3A; }

 p { color: rgb(149,46,58); }

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

background-color css

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

 a { background-color: rgb(149,46,58); }

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

border-color css

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

 span { border-color: rgb(149,46,58); }

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