Html Css Color HEX #B12D2A Brown

📋 copy color: '#B12D2A'

red 177 ◦ green 45 ◦ blue 42

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

Shades of Brown #B12D2A

Tints of Brown #B12D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.91%

R = 67.05%
G = 17.05%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B12D2A (or 0xB12D2A) is known color: Brown. HEX triplet: B1, 2D and 2A. RGB value is (177,45,42). Sum of RGB (Red+Green+Blue) = 177+45+42=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D2A is #4ED2D5. Grayscale: #545454. Windows color (decimal): -5165782 or 2764209. OLE color: 2764209.

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

Color convert

RGB 177 45 42 -
CMYK 0 0.75 0.76 0.31
HSL 1.33º 0.62% 0.43% -
HSV(B) 1.33º 0.76% 0.69% -
XYZ 19.49 11.39 3.36 -
YUV 84.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 177 45 42 0 0.75 0.76 0.31 1.33 0.62 0.43
Hex B1 2D 2A 0 4B 4C 1F 1 3E 2B
Octal 261 55 52 0 113 114 37 1 76 53
Binary 10110001 101101 101010 0 1001011 1001100 11111 1 111110 101011

Color Harmonies of #B12D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12D2A

Black with #B12D2A

Text Example


Text Example

White with #B12D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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