Html Css Color HEX #B12E39 Brick Red

📋 copy color: '#B12E39'

red 177 ◦ green 46 ◦ blue 57

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

Shades of Brick Red #B12E39

Tints of Brick Red #B12E39

RGB

 RED value IS 177 (69.53% from 255) = 63.21%

 GREEN value IS 46 (18.36% from 255) = 16.43%

 BLUE value IS 57 (22.66% from 255) = 20.36%

R = 63.21%
G = 16.43%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B12E39 (or 0xB12E39) is known color: Brick Red. HEX triplet: B1, 2E and 39. RGB value is (177,46,57). Sum of RGB (Red+Green+Blue) = 177+46+57=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12E39 is #4ED1C6. Grayscale: #565656. Windows color (decimal): -5165511 or 3747505. OLE color: 3747505.

HSL color Cylindrical-coordinate representation of color #B12E39: hue angle of 354.96º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B12E39 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 46 57 -
CMYK 0 0.74 0.68 0.31
HSL 354.96º 0.59% 0.44% -
HSV(B) 354.96º 0.74% 0.69% -
XYZ 19.85 11.6 5.06 -
YUV 86.42 111.4 192.61 -
System Red Green Blue C M Y K H S L
Decimal 177 46 57 0 0.74 0.68 0.31 354.96 0.59 0.44
Hex B1 2E 39 0 4A 44 1F 163 3B 2C
Octal 261 56 71 0 112 104 37 543 73 54
Binary 10110001 101110 111001 0 1001010 1000100 11111 101100011 111011 101100

Color Harmonies of #B12E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12E39

Black with #B12E39

Text Example


Text Example

White with #B12E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12E39; }

 p { color: rgb(177,46,57); }

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

background-color css

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

 a { background-color: rgb(177,46,57); }

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

border-color css

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

 span { border-color: rgb(177,46,57); }

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