Html Css Color HEX #B4333B Brick Red

📋 copy color: '#B4333B'

red 180 ◦ green 51 ◦ blue 59

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

Shades of Brick Red #B4333B

Tints of Brick Red #B4333B

RGB

 RED value IS 180 (70.7% from 255) = 62.07%

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

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

R = 62.07%
G = 17.59%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4333B (or 0xB4333B) is known color: Brick Red. HEX triplet: B4, 33 and 3B. RGB value is (180,51,59). Sum of RGB (Red+Green+Blue) = 180+51+59=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B4333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4333B is #4BCCC4. Grayscale: #5A5A5A. Windows color (decimal): -4967621 or 3879860. OLE color: 3879860.

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

Color convert

RGB 180 51 59 -
CMYK 0 0.72 0.67 0.29
HSL 356.28º 0.56% 0.45% -
HSV(B) 356.28º 0.72% 0.71% -
XYZ 20.8 12.39 5.43 -
YUV 90.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 180 51 59 0 0.72 0.67 0.29 356.28 0.56 0.45
Hex B4 33 3B 0 48 43 1D 164 38 2D
Octal 264 63 73 0 110 103 35 544 70 55
Binary 10110100 110011 111011 0 1001000 1000011 11101 101100100 111000 101101

Color Harmonies of #B4333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4333B

Black with #B4333B

Text Example


Text Example

White with #B4333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4333B; }

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

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

background-color css

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

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

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

border-color css

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

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

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