Html Css Color HEX #B42E2E Brown

📋 copy color: '#B42E2E'

red 180 ◦ green 46 ◦ blue 46

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

Shades of Brown #B42E2E

Tints of Brown #B42E2E

RGB

 RED value IS 180 (70.7% from 255) = 66.18%

 GREEN value IS 46 (18.36% from 255) = 16.91%

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 66.18%
G = 16.91%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B42E2E (or 0xB42E2E) is known color: Brown. HEX triplet: B4, 2E and 2E. RGB value is (180,46,46). Sum of RGB (Red+Green+Blue) = 180+46+46=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42E2E is #4BD1D1. Grayscale: #565656. Windows color (decimal): -4968914 or 3026612. OLE color: 3026612.

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

Color convert

RGB 180 46 46 -
CMYK 0 0.74 0.74 0.29
HSL 0.59% 0.44% -
HSV(B) 0.74% 0.71% -
XYZ 20.29 11.85 3.8 -
YUV 86.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 180 46 46 0 0.74 0.74 0.29 0 0.59 0.44
Hex B4 2E 2E 0 4A 4A 1D 0 3B 2C
Octal 264 56 56 0 112 112 35 0 73 54
Binary 10110100 101110 101110 0 1001010 1001010 11101 0 111011 101100

Color Harmonies of #B42E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42E2E

Black with #B42E2E

Text Example


Text Example

White with #B42E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42E2E; }

 p { color: rgb(180,46,46); }

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

background-color css

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

 a { background-color: rgb(180,46,46); }

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

border-color css

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

 span { border-color: rgb(180,46,46); }

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