Html Css Color HEX #952B33 Bright Red

📋 copy color: '#952B33'

red 149 ◦ green 43 ◦ blue 51

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

Shades of Bright Red #952B33

Tints of Bright Red #952B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.99%

R = 61.32%
G = 17.7%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#952B33 (or 0x952B33) is known color: Bright Red. HEX triplet: 95, 2B and 33. RGB value is (149,43,51). Sum of RGB (Red+Green+Blue) = 149+43+51=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #952B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B33 is #6AD4CC. Grayscale: #4B4B4B. Windows color (decimal): -7001293 or 3353493. OLE color: 3353493.

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

Color convert

RGB 149 43 51 -
CMYK 0 0.71 0.66 0.42
HSL 355.47º 0.55% 0.38% -
HSV(B) 355.47º 0.71% 0.58% -
XYZ 13.86 8.36 4.01 -
YUV 75.61 114.12 180.35 -
System Red Green Blue C M Y K H S L
Decimal 149 43 51 0 0.71 0.66 0.42 355.47 0.55 0.38
Hex 95 2B 33 0 47 42 2A 163 37 26
Octal 225 53 63 0 107 102 52 543 67 46
Binary 10010101 101011 110011 0 1000111 1000010 101010 101100011 110111 100110

Color Harmonies of #952B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B33

Black with #952B33

Text Example


Text Example

White with #952B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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