Html Css Color HEX #B0333B Brick Red

📋 copy color: '#B0333B'

red 176 ◦ green 51 ◦ blue 59

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

Shades of Brick Red #B0333B

Tints of Brick Red #B0333B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.83%

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

R = 61.54%
G = 17.83%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0333B (or 0xB0333B) is known color: Brick Red. HEX triplet: B0, 33 and 3B. RGB value is (176,51,59). Sum of RGB (Red+Green+Blue) = 176+51+59=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B0333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0333B is #4FCCC4. Grayscale: #595959. Windows color (decimal): -5229765 or 3879856. OLE color: 3879856.

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

Color convert

RGB 176 51 59 -
CMYK 0 0.71 0.66 0.31
HSL 356.16º 0.55% 0.45% -
HSV(B) 356.16º 0.71% 0.69% -
XYZ 19.88 11.91 5.39 -
YUV 89.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 176 51 59 0 0.71 0.66 0.31 356.16 0.55 0.45
Hex B0 33 3B 0 47 42 1F 164 37 2D
Octal 260 63 73 0 107 102 37 544 67 55
Binary 10110000 110011 111011 0 1000111 1000010 11111 101100100 110111 101101

Color Harmonies of #B0333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0333B

Black with #B0333B

Text Example


Text Example

White with #B0333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0333B; }

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

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

background-color css

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

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

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

border-color css

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

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

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