Html Css Color HEX #B12B39 Brick Red

📋 copy color: '#B12B39'

red 177 ◦ green 43 ◦ blue 57

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

Shades of Brick Red #B12B39

Tints of Brick Red #B12B39

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.52%

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

R = 63.9%
G = 15.52%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B12B39 (or 0xB12B39) is known color: Brick Red. HEX triplet: B1, 2B and 39. RGB value is (177,43,57). Sum of RGB (Red+Green+Blue) = 177+43+57=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12B39 is #4ED4C6. Grayscale: #545454. Windows color (decimal): -5166279 or 3746737. OLE color: 3746737.

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

Color convert

RGB 177 43 57 -
CMYK 0 0.76 0.68 0.31
HSL 353.73º 0.61% 0.43% -
HSV(B) 353.73º 0.76% 0.69% -
XYZ 19.73 11.37 5.03 -
YUV 84.66 112.39 193.86 -
System Red Green Blue C M Y K H S L
Decimal 177 43 57 0 0.76 0.68 0.31 353.73 0.61 0.43
Hex B1 2B 39 0 4C 44 1F 162 3D 2B
Octal 261 53 71 0 114 104 37 542 75 53
Binary 10110001 101011 111001 0 1001100 1000100 11111 101100010 111101 101011

Color Harmonies of #B12B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12B39

Black with #B12B39

Text Example


Text Example

White with #B12B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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