Html Css Color HEX #B0303B Brick Red

📋 copy color: '#B0303B'

red 176 ◦ green 48 ◦ blue 59

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

Shades of Brick Red #B0303B

Tints of Brick Red #B0303B

RGB

 RED value IS 176 (69.14% from 255) = 62.19%

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

 BLUE value IS 59 (23.44% from 255) = 20.85%

R = 62.19%
G = 16.96%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0303B (or 0xB0303B) is known color: Brick Red. HEX triplet: B0, 30 and 3B. RGB value is (176,48,59). Sum of RGB (Red+Green+Blue) = 176+48+59=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B0303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0303B is #4FCFC4. Grayscale: #575757. Windows color (decimal): -5230533 or 3879088. OLE color: 3879088.

HSL color Cylindrical-coordinate representation of color #B0303B: hue angle of 354.84º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0303B is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 48 59 -
CMYK 0 0.73 0.66 0.31
HSL 354.84º 0.57% 0.44% -
HSV(B) 354.84º 0.73% 0.69% -
XYZ 19.75 11.66 5.35 -
YUV 87.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 176 48 59 0 0.73 0.66 0.31 354.84 0.57 0.44
Hex B0 30 3B 0 49 42 1F 163 39 2C
Octal 260 60 73 0 111 102 37 543 71 54
Binary 10110000 110000 111011 0 1001001 1000010 11111 101100011 111001 101100

Color Harmonies of #B0303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0303B

Black with #B0303B

Text Example


Text Example

White with #B0303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0303B; }

 p { color: rgb(176,48,59); }

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

background-color css

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

 a { background-color: rgb(176,48,59); }

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

border-color css

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

 span { border-color: rgb(176,48,59); }

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