Html Css Color HEX #952432 Bright Red

📋 copy color: '#952432'

red 149 ◦ green 36 ◦ blue 50

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

Shades of Bright Red #952432

Tints of Bright Red #952432

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.32%

 BLUE value IS 50 (19.92% from 255) = 21.28%

R = 63.4%
G = 15.32%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#952432 (or 0x952432) is known color: Bright Red. HEX triplet: 95, 24 and 32. RGB value is (149,36,50). Sum of RGB (Red+Green+Blue) = 149+36+50=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #952432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952432 is #6ADBCD. Grayscale: #474747. Windows color (decimal): -7003086 or 3286165. OLE color: 3286165.

HSL color Cylindrical-coordinate representation of color #952432: hue angle of 352.57º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952432 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 36 50 -
CMYK 0 0.76 0.66 0.42
HSL 352.57º 0.61% 0.36% -
HSV(B) 352.57º 0.76% 0.58% -
XYZ 13.6 7.88 3.82 -
YUV 71.38 115.94 183.36 -
System Red Green Blue C M Y K H S L
Decimal 149 36 50 0 0.76 0.66 0.42 352.57 0.61 0.36
Hex 95 24 32 0 4C 42 2A 161 3D 24
Octal 225 44 62 0 114 102 52 541 75 44
Binary 10010101 100100 110010 0 1001100 1000010 101010 101100001 111101 100100

Color Harmonies of #952432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952432

Black with #952432

Text Example


Text Example

White with #952432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952432; }

 p { color: rgb(149,36,50); }

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

background-color css

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

 a { background-color: rgb(149,36,50); }

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

border-color css

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

 span { border-color: rgb(149,36,50); }

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