Html Css Color HEX #952B3C Bright Red

📋 copy color: '#952B3C'

red 149 ◦ green 43 ◦ blue 60

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

Shades of Bright Red #952B3C

Tints of Bright Red #952B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 59.13%
G = 17.06%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#952B3C (or 0x952B3C) is known color: Bright Red. HEX triplet: 95, 2B and 3C. RGB value is (149,43,60). Sum of RGB (Red+Green+Blue) = 149+43+60=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #952B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B3C is #6AD4C3. Grayscale: #4C4C4C. Windows color (decimal): -7001284 or 3943317. OLE color: 3943317.

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

Color convert

RGB 149 43 60 -
CMYK 0 0.71 0.60 0.42
HSL 350.38º 0.55% 0.38% -
HSV(B) 350.38º 0.71% 0.58% -
XYZ 14.07 8.44 5.16 -
YUV 76.63 118.62 179.62 -
System Red Green Blue C M Y K H S L
Decimal 149 43 60 0 0.71 0.60 0.42 350.38 0.55 0.38
Hex 95 2B 3C 0 47 3C 2A 15E 37 26
Octal 225 53 74 0 107 74 52 536 67 46
Binary 10010101 101011 111100 0 1000111 111100 101010 101011110 110111 100110

Color Harmonies of #952B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B3C

Black with #952B3C

Text Example


Text Example

White with #952B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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