Html Css Color HEX #952D3B Bright Red

📋 copy color: '#952D3B'

red 149 ◦ green 45 ◦ blue 59

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

Shades of Bright Red #952D3B

Tints of Bright Red #952D3B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.79%

 BLUE value IS 59 (23.44% from 255) = 23.32%

R = 58.89%
G = 17.79%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#952D3B (or 0x952D3B) is known color: Bright Red. HEX triplet: 95, 2D and 3B. RGB value is (149,45,59). Sum of RGB (Red+Green+Blue) = 149+45+59=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #952D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D3B is #6AD2C4. Grayscale: #4D4D4D. Windows color (decimal): -7000773 or 3878293. OLE color: 3878293.

HSL color Cylindrical-coordinate representation of color #952D3B: hue angle of 351.92º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D3B is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 45 59 -
CMYK 0 0.70 0.60 0.42
HSL 351.92º 0.54% 0.38% -
HSV(B) 351.92º 0.7% 0.58% -
XYZ 14.12 8.58 5.05 -
YUV 77.69 117.46 178.86 -
System Red Green Blue C M Y K H S L
Decimal 149 45 59 0 0.70 0.60 0.42 351.92 0.54 0.38
Hex 95 2D 3B 0 46 3C 2A 160 36 26
Octal 225 55 73 0 106 74 52 540 66 46
Binary 10010101 101101 111011 0 1000110 111100 101010 101100000 110110 100110

Color Harmonies of #952D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D3B

Black with #952D3B

Text Example


Text Example

White with #952D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,45,59); }

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

background-color css

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

 a { background-color: rgb(149,45,59); }

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

border-color css

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

 span { border-color: rgb(149,45,59); }

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