Html Css Color HEX #951B38 Bright Red

📋 copy color: '#951B38'

red 149 ◦ green 27 ◦ blue 56

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

Shades of Bright Red #951B38

Tints of Bright Red #951B38

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.64%

 BLUE value IS 56 (22.27% from 255) = 24.14%

R = 64.22%
G = 11.64%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#951B38 (or 0x951B38) is known color: Bright Red. HEX triplet: 95, 1B and 38. RGB value is (149,27,56). Sum of RGB (Red+Green+Blue) = 149+27+56=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #951B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951B38 is #6AE4C7. Grayscale: #424242. Windows color (decimal): -7005384 or 3677077. OLE color: 3677077.

HSL color Cylindrical-coordinate representation of color #951B38: hue angle of 345.74º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951B38 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 27 56 -
CMYK 0 0.82 0.62 0.42
HSL 345.74º 0.69% 0.35% -
HSV(B) 345.74º 0.82% 0.58% -
XYZ 13.5 7.46 4.47 -
YUV 66.78 121.92 186.64 -
System Red Green Blue C M Y K H S L
Decimal 149 27 56 0 0.82 0.62 0.42 345.74 0.69 0.35
Hex 95 1B 38 0 52 3E 2A 15A 45 23
Octal 225 33 70 0 122 76 52 532 105 43
Binary 10010101 11011 111000 0 1010010 111110 101010 101011010 1000101 100011

Color Harmonies of #951B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B38

Black with #951B38

Text Example


Text Example

White with #951B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951B38; }

 p { color: rgb(149,27,56); }

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

background-color css

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

 a { background-color: rgb(149,27,56); }

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

border-color css

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

 span { border-color: rgb(149,27,56); }

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