Html Css Color HEX #B12F3A Brick Red

📋 copy color: '#B12F3A'

red 177 ◦ green 47 ◦ blue 58

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

Shades of Brick Red #B12F3A

Tints of Brick Red #B12F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 62.77%
G = 16.67%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B12F3A (or 0xB12F3A) is known color: Brick Red. HEX triplet: B1, 2F and 3A. RGB value is (177,47,58). Sum of RGB (Red+Green+Blue) = 177+47+58=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12F3A is #4ED0C5. Grayscale: #575757. Windows color (decimal): -5165254 or 3813297. OLE color: 3813297.

HSL color Cylindrical-coordinate representation of color #B12F3A: hue angle of 354.92º 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 #B12F3A is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 47 58 -
CMYK 0 0.73 0.67 0.31
HSL 354.92º 0.58% 0.44% -
HSV(B) 354.92º 0.73% 0.69% -
XYZ 19.91 11.69 5.21 -
YUV 87.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 177 47 58 0 0.73 0.67 0.31 354.92 0.58 0.44
Hex B1 2F 3A 0 49 43 1F 163 3A 2C
Octal 261 57 72 0 111 103 37 543 72 54
Binary 10110001 101111 111010 0 1001001 1000011 11111 101100011 111010 101100

Color Harmonies of #B12F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12F3A

Black with #B12F3A

Text Example


Text Example

White with #B12F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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