Html Css Color HEX #952330 Bright Red

📋 copy color: '#952330'

red 149 ◦ green 35 ◦ blue 48

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

Shades of Bright Red #952330

Tints of Bright Red #952330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.09%

 BLUE value IS 48 (19.14% from 255) = 20.69%

R = 64.22%
G = 15.09%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#952330 (or 0x952330) is known color: Bright Red. HEX triplet: 95, 23 and 30. RGB value is (149,35,48). Sum of RGB (Red+Green+Blue) = 149+35+48=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #952330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952330 is #6ADCCF. Grayscale: #464646. Windows color (decimal): -7003344 or 3154837. OLE color: 3154837.

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

Color convert

RGB 149 35 48 -
CMYK 0 0.77 0.68 0.42
HSL 353.16º 0.62% 0.36% -
HSV(B) 353.16º 0.77% 0.58% -
XYZ 13.53 7.81 3.59 -
YUV 70.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 149 35 48 0 0.77 0.68 0.42 353.16 0.62 0.36
Hex 95 23 30 0 4D 44 2A 161 3E 24
Octal 225 43 60 0 115 104 52 541 76 44
Binary 10010101 100011 110000 0 1001101 1000100 101010 101100001 111110 100100

Color Harmonies of #952330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952330

Black with #952330

Text Example


Text Example

White with #952330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952330; }

 p { color: rgb(149,35,48); }

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

background-color css

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

 a { background-color: rgb(149,35,48); }

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

border-color css

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

 span { border-color: rgb(149,35,48); }

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