Html Css Color HEX #B42B3E Brick Red

📋 copy color: '#B42B3E'

red 180 ◦ green 43 ◦ blue 62

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

Shades of Brick Red #B42B3E

Tints of Brick Red #B42B3E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.09%

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

R = 63.16%
G = 15.09%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B42B3E (or 0xB42B3E) is known color: Brick Red. HEX triplet: B4, 2B and 3E. RGB value is (180,43,62). Sum of RGB (Red+Green+Blue) = 180+43+62=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42B3E is #4BD4C1. Grayscale: #565656. Windows color (decimal): -4969666 or 4074420. OLE color: 4074420.

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

Color convert

RGB 180 43 62 -
CMYK 0 0.76 0.66 0.29
HSL 351.68º 0.61% 0.44% -
HSV(B) 351.68º 0.76% 0.71% -
XYZ 20.56 11.78 5.75 -
YUV 86.13 114.39 194.96 -
System Red Green Blue C M Y K H S L
Decimal 180 43 62 0 0.76 0.66 0.29 351.68 0.61 0.44
Hex B4 2B 3E 0 4C 42 1D 160 3D 2C
Octal 264 53 76 0 114 102 35 540 75 54
Binary 10110100 101011 111110 0 1001100 1000010 11101 101100000 111101 101100

Color Harmonies of #B42B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42B3E

Black with #B42B3E

Text Example


Text Example

White with #B42B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42B3E; }

 p { color: rgb(180,43,62); }

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

background-color css

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

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

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

border-color css

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

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

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