Html Css Color HEX #B53039 Brick Red

📋 copy color: '#B53039'

red 181 ◦ green 48 ◦ blue 57

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

Shades of Brick Red #B53039

Tints of Brick Red #B53039

RGB

 RED value IS 181 (71.09% from 255) = 63.29%

 GREEN value IS 48 (19.14% from 255) = 16.78%

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

R = 63.29%
G = 16.78%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B53039 (or 0xB53039) is known color: Brick Red. HEX triplet: B5, 30 and 39. RGB value is (181,48,57). Sum of RGB (Red+Green+Blue) = 181+48+57=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B53039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53039 is #4ACFC6. Grayscale: #585858. Windows color (decimal): -4902855 or 3748021. OLE color: 3748021.

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

Color convert

RGB 181 48 57 -
CMYK 0 0.73 0.69 0.29
HSL 355.94º 0.58% 0.45% -
HSV(B) 355.94º 0.73% 0.71% -
XYZ 20.85 12.23 5.13 -
YUV 88.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 181 48 57 0 0.73 0.69 0.29 355.94 0.58 0.45
Hex B5 30 39 0 49 45 1D 164 3A 2D
Octal 265 60 71 0 111 105 35 544 72 55
Binary 10110101 110000 111001 0 1001001 1000101 11101 101100100 111010 101101

Color Harmonies of #B53039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53039

Black with #B53039

Text Example


Text Example

White with #B53039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53039; }

 p { color: rgb(181,48,57); }

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

background-color css

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

 a { background-color: rgb(181,48,57); }

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

border-color css

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

 span { border-color: rgb(181,48,57); }

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