Html Css Color HEX #B4293E Brick Red

📋 copy color: '#B4293E'

red 180 ◦ green 41 ◦ blue 62

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

Shades of Brick Red #B4293E

Tints of Brick Red #B4293E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.49%

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

R = 63.6%
G = 14.49%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B4293E (or 0xB4293E) is known color: Brick Red. HEX triplet: B4, 29 and 3E. RGB value is (180,41,62). Sum of RGB (Red+Green+Blue) = 180+41+62=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B4293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4293E is #4BD6C1. Grayscale: #555555. Windows color (decimal): -4970178 or 4073908. OLE color: 4073908.

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

Color convert

RGB 180 41 62 -
CMYK 0 0.77 0.66 0.29
HSL 350.94º 0.63% 0.43% -
HSV(B) 350.94º 0.77% 0.71% -
XYZ 20.48 11.64 5.72 -
YUV 84.96 115.05 195.79 -
System Red Green Blue C M Y K H S L
Decimal 180 41 62 0 0.77 0.66 0.29 350.94 0.63 0.43
Hex B4 29 3E 0 4D 42 1D 15F 3F 2B
Octal 264 51 76 0 115 102 35 537 77 53
Binary 10110100 101001 111110 0 1001101 1000010 11101 101011111 111111 101011

Color Harmonies of #B4293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4293E

Black with #B4293E

Text Example


Text Example

White with #B4293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4293E; }

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

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

background-color css

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

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

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

border-color css

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

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

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