Html Css Color HEX #B0393F Brick Red

📋 copy color: '#B0393F'

red 176 ◦ green 57 ◦ blue 63

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

Shades of Brick Red #B0393F

Tints of Brick Red #B0393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.26%

 BLUE value IS 63 (25% from 255) = 21.28%

R = 59.46%
G = 19.26%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0393F (or 0xB0393F) is known color: Brick Red. HEX triplet: B0, 39 and 3F. RGB value is (176,57,63). Sum of RGB (Red+Green+Blue) = 176+57+63=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B0393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0393F is #4FC6C0. Grayscale: #5D5D5D. Windows color (decimal): -5228225 or 4143536. OLE color: 4143536.

HSL color Cylindrical-coordinate representation of color #B0393F: hue angle of 356.97º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0393F is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 63 -
CMYK 0 0.68 0.64 0.31
HSL 356.97º 0.51% 0.46% -
HSV(B) 356.97º 0.68% 0.69% -
XYZ 20.26 12.52 6.05 -
YUV 93.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 176 57 63 0 0.68 0.64 0.31 356.97 0.51 0.46
Hex B0 39 3F 0 44 40 1F 165 33 2E
Octal 260 71 77 0 104 100 37 545 63 56
Binary 10110000 111001 111111 0 1000100 1000000 11111 101100101 110011 101110

Color Harmonies of #B0393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0393F

Black with #B0393F

Text Example


Text Example

White with #B0393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0393F; }

 p { color: rgb(176,57,63); }

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

background-color css

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

 a { background-color: rgb(176,57,63); }

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

border-color css

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

 span { border-color: rgb(176,57,63); }

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