Html Css Color HEX #B33340 Brick Red

📋 copy color: '#B33340'

red 179 ◦ green 51 ◦ blue 64

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

Shades of Brick Red #B33340

Tints of Brick Red #B33340

RGB

 RED value IS 179 (70.31% from 255) = 60.88%

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

 BLUE value IS 64 (25.39% from 255) = 21.77%

R = 60.88%
G = 17.35%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B33340 (or 0xB33340) is known color: Brick Red. HEX triplet: B3, 33 and 40. RGB value is (179,51,64). Sum of RGB (Red+Green+Blue) = 179+51+64=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B33340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33340 is #4CCCBF. Grayscale: #5A5A5A. Windows color (decimal): -5033152 or 4207539. OLE color: 4207539.

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

Color convert

RGB 179 51 64 -
CMYK 0 0.72 0.64 0.30
HSL 353.91º 0.56% 0.45% -
HSV(B) 353.91º 0.72% 0.7% -
XYZ 20.7 12.32 6.14 -
YUV 90.75 112.91 190.94 -
System Red Green Blue C M Y K H S L
Decimal 179 51 64 0 0.72 0.64 0.30 353.91 0.56 0.45
Hex B3 33 40 0 48 40 1E 162 38 2D
Octal 263 63 100 0 110 100 36 542 70 55
Binary 10110011 110011 1000000 0 1001000 1000000 11110 101100010 111000 101101

Color Harmonies of #B33340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33340

Black with #B33340

Text Example


Text Example

White with #B33340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33340; }

 p { color: rgb(179,51,64); }

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

background-color css

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

 a { background-color: rgb(179,51,64); }

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

border-color css

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

 span { border-color: rgb(179,51,64); }

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