Html Css Color HEX #952B36 Bright Red

📋 copy color: '#952B36'

red 149 ◦ green 43 ◦ blue 54

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

Shades of Bright Red #952B36

Tints of Bright Red #952B36

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.48%

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

R = 60.57%
G = 17.48%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#952B36 (or 0x952B36) is known color: Bright Red. HEX triplet: 95, 2B and 36. RGB value is (149,43,54). Sum of RGB (Red+Green+Blue) = 149+43+54=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #952B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B36 is #6AD4C9. Grayscale: #4C4C4C. Windows color (decimal): -7001290 or 3550101. OLE color: 3550101.

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

Color convert

RGB 149 43 54 -
CMYK 0 0.71 0.64 0.42
HSL 353.77º 0.55% 0.38% -
HSV(B) 353.77º 0.71% 0.58% -
XYZ 13.92 8.38 4.37 -
YUV 75.95 115.62 180.11 -
System Red Green Blue C M Y K H S L
Decimal 149 43 54 0 0.71 0.64 0.42 353.77 0.55 0.38
Hex 95 2B 36 0 47 40 2A 162 37 26
Octal 225 53 66 0 107 100 52 542 67 46
Binary 10010101 101011 110110 0 1000111 1000000 101010 101100010 110111 100110

Color Harmonies of #952B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B36

Black with #952B36

Text Example


Text Example

White with #952B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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