Html Css Color HEX #B42E3E Brick Red

📋 copy color: '#B42E3E'

red 180 ◦ green 46 ◦ blue 62

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

Shades of Brick Red #B42E3E

Tints of Brick Red #B42E3E

RGB

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

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

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

R = 62.5%
G = 15.97%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B42E3E (or 0xB42E3E) is known color: Brick Red. HEX triplet: B4, 2E and 3E. RGB value is (180,46,62). Sum of RGB (Red+Green+Blue) = 180+46+62=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42E3E is #4BD1C1. Grayscale: #575757. Windows color (decimal): -4968898 or 4075188. OLE color: 4075188.

HSL color Cylindrical-coordinate representation of color #B42E3E: hue angle of 352.84º 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 #B42E3E is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 46 62 -
CMYK 0 0.74 0.66 0.29
HSL 352.84º 0.59% 0.44% -
HSV(B) 352.84º 0.74% 0.71% -
XYZ 20.67 12.01 5.79 -
YUV 87.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 180 46 62 0 0.74 0.66 0.29 352.84 0.59 0.44
Hex B4 2E 3E 0 4A 42 1D 161 3B 2C
Octal 264 56 76 0 112 102 35 541 73 54
Binary 10110100 101110 111110 0 1001010 1000010 11101 101100001 111011 101100

Color Harmonies of #B42E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42E3E

Black with #B42E3E

Text Example


Text Example

White with #B42E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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