Html Css Color HEX #B4283E Brick Red

📋 copy color: '#B4283E'

red 180 ◦ green 40 ◦ blue 62

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

Shades of Brick Red #B4283E

Tints of Brick Red #B4283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.18%

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

R = 63.83%
G = 14.18%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B4283E (or 0xB4283E) is known color: Brick Red. HEX triplet: B4, 28 and 3E. RGB value is (180,40,62). Sum of RGB (Red+Green+Blue) = 180+40+62=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B4283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4283E is #4BD7C1. Grayscale: #545454. Windows color (decimal): -4970434 or 4073652. OLE color: 4073652.

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

Color convert

RGB 180 40 62 -
CMYK 0 0.78 0.66 0.29
HSL 350.57º 0.64% 0.43% -
HSV(B) 350.57º 0.78% 0.71% -
XYZ 20.45 11.57 5.71 -
YUV 84.37 115.38 196.21 -
System Red Green Blue C M Y K H S L
Decimal 180 40 62 0 0.78 0.66 0.29 350.57 0.64 0.43
Hex B4 28 3E 0 4E 42 1D 15F 40 2B
Octal 264 50 76 0 116 102 35 537 100 53
Binary 10110100 101000 111110 0 1001110 1000010 11101 101011111 1000000 101011

Color Harmonies of #B4283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4283E

Black with #B4283E

Text Example


Text Example

White with #B4283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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