Html Css Color HEX #951A1B Bright Red

📋 copy color: '#951A1B'

red 149 ◦ green 26 ◦ blue 27

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

Shades of Bright Red #951A1B

Tints of Bright Red #951A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.87%

 BLUE value IS 27 (10.94% from 255) = 13.37%

R = 73.76%
G = 12.87%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#951A1B (or 0x951A1B) is known color: Bright Red. HEX triplet: 95, 1A and 1B. RGB value is (149,26,27). Sum of RGB (Red+Green+Blue) = 149+26+27=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #951A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951A1B is #6AE5E4. Grayscale: #3F3F3F. Windows color (decimal): -7005669 or 1776277. OLE color: 1776277.

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

Color convert

RGB 149 26 27 -
CMYK 0 0.83 0.82 0.42
HSL 359.51º 0.7% 0.34% -
HSV(B) 359.51º 0.83% 0.58% -
XYZ 12.96 7.21 1.74 -
YUV 62.89 107.75 189.42 -
System Red Green Blue C M Y K H S L
Decimal 149 26 27 0 0.83 0.82 0.42 359.51 0.7 0.34
Hex 95 1A 1B 0 53 52 2A 168 46 22
Octal 225 32 33 0 123 122 52 550 106 42
Binary 10010101 11010 11011 0 1010011 1010010 101010 101101000 1000110 100010

Color Harmonies of #951A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A1B

Black with #951A1B

Text Example


Text Example

White with #951A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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