Html Css Color HEX #B0333E Brick Red

📋 copy color: '#B0333E'

red 176 ◦ green 51 ◦ blue 62

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

Shades of Brick Red #B0333E

Tints of Brick Red #B0333E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.45%

R = 60.9%
G = 17.65%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0333E (or 0xB0333E) is known color: Brick Red. HEX triplet: B0, 33 and 3E. RGB value is (176,51,62). Sum of RGB (Red+Green+Blue) = 176+51+62=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B0333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0333E is #4FCCC1. Grayscale: #595959. Windows color (decimal): -5229762 or 4076464. OLE color: 4076464.

HSL color Cylindrical-coordinate representation of color #B0333E: hue angle of 354.72º 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 #B0333E is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 51 62 -
CMYK 0 0.71 0.65 0.31
HSL 354.72º 0.55% 0.45% -
HSV(B) 354.72º 0.71% 0.69% -
XYZ 19.96 11.95 5.81 -
YUV 89.63 112.41 189.61 -
System Red Green Blue C M Y K H S L
Decimal 176 51 62 0 0.71 0.65 0.31 354.72 0.55 0.45
Hex B0 33 3E 0 47 41 1F 163 37 2D
Octal 260 63 76 0 107 101 37 543 67 55
Binary 10110000 110011 111110 0 1000111 1000001 11111 101100011 110111 101101

Color Harmonies of #B0333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0333E

Black with #B0333E

Text Example


Text Example

White with #B0333E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0333E; }

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

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

background-color css

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

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

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

border-color css

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

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

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