Html Css Color HEX #B42A3F Brick Red

📋 copy color: '#B42A3F'

red 180 ◦ green 42 ◦ blue 63

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

Shades of Brick Red #B42A3F

Tints of Brick Red #B42A3F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.74%

 BLUE value IS 63 (25% from 255) = 22.11%

R = 63.16%
G = 14.74%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B42A3F (or 0xB42A3F) is known color: Brick Red. HEX triplet: B4, 2A and 3F. RGB value is (180,42,63). Sum of RGB (Red+Green+Blue) = 180+42+63=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42A3F is #4BD5C0. Grayscale: #555555. Windows color (decimal): -4969921 or 4139700. OLE color: 4139700.

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

Color convert

RGB 180 42 63 -
CMYK 0 0.77 0.65 0.29
HSL 350.87º 0.62% 0.44% -
HSV(B) 350.87º 0.77% 0.71% -
XYZ 20.55 11.72 5.88 -
YUV 85.66 115.22 195.29 -
System Red Green Blue C M Y K H S L
Decimal 180 42 63 0 0.77 0.65 0.29 350.87 0.62 0.44
Hex B4 2A 3F 0 4D 41 1D 15F 3E 2C
Octal 264 52 77 0 115 101 35 537 76 54
Binary 10110100 101010 111111 0 1001101 1000001 11101 101011111 111110 101100

Color Harmonies of #B42A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42A3F

Black with #B42A3F

Text Example


Text Example

White with #B42A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42A3F; }

 p { color: rgb(180,42,63); }

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

background-color css

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

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

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

border-color css

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

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

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