Html Css Color HEX #B12D3B Brick Red

📋 copy color: '#B12D3B'

red 177 ◦ green 45 ◦ blue 59

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

Shades of Brick Red #B12D3B

Tints of Brick Red #B12D3B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.01%

 BLUE value IS 59 (23.44% from 255) = 21%

R = 62.99%
G = 16.01%
B = 21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B12D3B (or 0xB12D3B) is known color: Brick Red. HEX triplet: B1, 2D and 3B. RGB value is (177,45,59). Sum of RGB (Red+Green+Blue) = 177+45+59=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D3B is #4ED2C4. Grayscale: #565656. Windows color (decimal): -5165765 or 3878321. OLE color: 3878321.

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

Color convert

RGB 177 45 59 -
CMYK 0 0.75 0.67 0.31
HSL 353.64º 0.59% 0.44% -
HSV(B) 353.64º 0.75% 0.69% -
XYZ 19.86 11.54 5.32 -
YUV 86.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 177 45 59 0 0.75 0.67 0.31 353.64 0.59 0.44
Hex B1 2D 3B 0 4B 43 1F 162 3B 2C
Octal 261 55 73 0 113 103 37 542 73 54
Binary 10110001 101101 111011 0 1001011 1000011 11111 101100010 111011 101100

Color Harmonies of #B12D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12D3B

Black with #B12D3B

Text Example


Text Example

White with #B12D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12D3B; }

 p { color: rgb(177,45,59); }

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

background-color css

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

 a { background-color: rgb(177,45,59); }

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

border-color css

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

 span { border-color: rgb(177,45,59); }

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