Html Css Color HEX #B12D3E Brick Red

📋 copy color: '#B12D3E'

red 177 ◦ green 45 ◦ blue 62

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

Shades of Brick Red #B12D3E

Tints of Brick Red #B12D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.83%

R = 62.32%
G = 15.85%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B12D3E (or 0xB12D3E) is known color: Brick Red. HEX triplet: B1, 2D and 3E. RGB value is (177,45,62). Sum of RGB (Red+Green+Blue) = 177+45+62=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D3E is #4ED2C1. Grayscale: #565656. Windows color (decimal): -5165762 or 4074929. OLE color: 4074929.

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

Color convert

RGB 177 45 62 -
CMYK 0 0.75 0.65 0.31
HSL 352.27º 0.59% 0.44% -
HSV(B) 352.27º 0.75% 0.69% -
XYZ 19.94 11.57 5.74 -
YUV 86.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 177 45 62 0 0.75 0.65 0.31 352.27 0.59 0.44
Hex B1 2D 3E 0 4B 41 1F 160 3B 2C
Octal 261 55 76 0 113 101 37 540 73 54
Binary 10110001 101101 111110 0 1001011 1000001 11111 101100000 111011 101100

Color Harmonies of #B12D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12D3E

Black with #B12D3E

Text Example


Text Example

White with #B12D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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