Html Css Color HEX #952B38 Bright Red

📋 copy color: '#952B38'

red 149 ◦ green 43 ◦ blue 56

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

Shades of Bright Red #952B38

Tints of Bright Red #952B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.58%

R = 60.08%
G = 17.34%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#952B38 (or 0x952B38) is known color: Bright Red. HEX triplet: 95, 2B and 38. RGB value is (149,43,56). Sum of RGB (Red+Green+Blue) = 149+43+56=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #952B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B38 is #6AD4C7. Grayscale: #4C4C4C. Windows color (decimal): -7001288 or 3681173. OLE color: 3681173.

HSL color Cylindrical-coordinate representation of color #952B38: hue angle of 352.64º 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 #952B38 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 43 56 -
CMYK 0 0.71 0.62 0.42
HSL 352.64º 0.55% 0.38% -
HSV(B) 352.64º 0.71% 0.58% -
XYZ 13.97 8.4 4.63 -
YUV 76.18 116.62 179.94 -
System Red Green Blue C M Y K H S L
Decimal 149 43 56 0 0.71 0.62 0.42 352.64 0.55 0.38
Hex 95 2B 38 0 47 3E 2A 161 37 26
Octal 225 53 70 0 107 76 52 541 67 46
Binary 10010101 101011 111000 0 1000111 111110 101010 101100001 110111 100110

Color Harmonies of #952B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B38

Black with #952B38

Text Example


Text Example

White with #952B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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