Html Css Color HEX #952030 Bright Red

📋 copy color: '#952030'

red 149 ◦ green 32 ◦ blue 48

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

Shades of Bright Red #952030

Tints of Bright Red #952030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.97%

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

R = 65.07%
G = 13.97%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#952030 (or 0x952030) is known color: Bright Red. HEX triplet: 95, 20 and 30. RGB value is (149,32,48). Sum of RGB (Red+Green+Blue) = 149+32+48=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #952030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952030 is #6ADFCF. Grayscale: #444444. Windows color (decimal): -7004112 or 3154069. OLE color: 3154069.

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

Color convert

RGB 149 32 48 -
CMYK 0 0.79 0.68 0.42
HSL 351.79º 0.65% 0.35% -
HSV(B) 351.79º 0.79% 0.58% -
XYZ 13.44 7.64 3.56 -
YUV 68.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 149 32 48 0 0.79 0.68 0.42 351.79 0.65 0.35
Hex 95 20 30 0 4F 44 2A 160 41 23
Octal 225 40 60 0 117 104 52 540 101 43
Binary 10010101 100000 110000 0 1001111 1000100 101010 101100000 1000001 100011

Color Harmonies of #952030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952030

Black with #952030

Text Example


Text Example

White with #952030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952030; }

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

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

background-color css

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

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

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

border-color css

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

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

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