Html Css Color HEX #B43239 Brick Red

📋 copy color: '#B43239'

red 180 ◦ green 50 ◦ blue 57

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

Shades of Brick Red #B43239

Tints of Brick Red #B43239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.42%

 BLUE value IS 57 (22.66% from 255) = 19.86%

R = 62.72%
G = 17.42%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B43239 (or 0xB43239) is known color: Brick Red. HEX triplet: B4, 32 and 39. RGB value is (180,50,57). Sum of RGB (Red+Green+Blue) = 180+50+57=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B43239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43239 is #4BCDC6. Grayscale: #595959. Windows color (decimal): -4967879 or 3748532. OLE color: 3748532.

HSL color Cylindrical-coordinate representation of color #B43239: hue angle of 356.77º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43239 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 50 57 -
CMYK 0 0.72 0.68 0.29
HSL 356.77º 0.57% 0.45% -
HSV(B) 356.77º 0.72% 0.71% -
XYZ 20.7 12.28 5.15 -
YUV 89.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 180 50 57 0 0.72 0.68 0.29 356.77 0.57 0.45
Hex B4 32 39 0 48 44 1D 165 39 2D
Octal 264 62 71 0 110 104 35 545 71 55
Binary 10110100 110010 111001 0 1001000 1000100 11101 101100101 111001 101101

Color Harmonies of #B43239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43239

Black with #B43239

Text Example


Text Example

White with #B43239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43239; }

 p { color: rgb(180,50,57); }

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

background-color css

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

 a { background-color: rgb(180,50,57); }

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

border-color css

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

 span { border-color: rgb(180,50,57); }

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