Html Css Color HEX #B12F36 Brick Red

📋 copy color: '#B12F36'

red 177 ◦ green 47 ◦ blue 54

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

Shades of Brick Red #B12F36

Tints of Brick Red #B12F36

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.91%

 BLUE value IS 54 (21.48% from 255) = 19.42%

R = 63.67%
G = 16.91%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B12F36 (or 0xB12F36) is known color: Brick Red. HEX triplet: B1, 2F and 36. RGB value is (177,47,54). Sum of RGB (Red+Green+Blue) = 177+47+54=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12F36 is #4ED0C9. Grayscale: #565656. Windows color (decimal): -5165258 or 3551153. OLE color: 3551153.

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

Color convert

RGB 177 47 54 -
CMYK 0 0.73 0.69 0.31
HSL 356.77º 0.58% 0.44% -
HSV(B) 356.77º 0.73% 0.69% -
XYZ 19.81 11.65 4.69 -
YUV 86.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 177 47 54 0 0.73 0.69 0.31 356.77 0.58 0.44
Hex B1 2F 36 0 49 45 1F 165 3A 2C
Octal 261 57 66 0 111 105 37 545 72 54
Binary 10110001 101111 110110 0 1001001 1000101 11111 101100101 111010 101100

Color Harmonies of #B12F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12F36

Black with #B12F36

Text Example


Text Example

White with #B12F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12F36; }

 p { color: rgb(177,47,54); }

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

background-color css

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

 a { background-color: rgb(177,47,54); }

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

border-color css

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

 span { border-color: rgb(177,47,54); }

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