Html Css Color HEX #B33A40 Brick Red

📋 copy color: '#B33A40'

red 179 ◦ green 58 ◦ blue 64

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

Shades of Brick Red #B33A40

Tints of Brick Red #B33A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.27%

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

R = 59.47%
G = 19.27%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B33A40 (or 0xB33A40) is known color: Brick Red. HEX triplet: B3, 3A and 40. RGB value is (179,58,64). Sum of RGB (Red+Green+Blue) = 179+58+64=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A40 is #4CC5BF. Grayscale: #5E5E5E. Windows color (decimal): -5031360 or 4209331. OLE color: 4209331.

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

Color convert

RGB 179 58 64 -
CMYK 0 0.68 0.64 0.30
HSL 357.02º 0.51% 0.46% -
HSV(B) 357.02º 0.68% 0.7% -
XYZ 21.03 12.98 6.25 -
YUV 94.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 179 58 64 0 0.68 0.64 0.30 357.02 0.51 0.46
Hex B3 3A 40 0 44 40 1E 165 33 2E
Octal 263 72 100 0 104 100 36 545 63 56
Binary 10110011 111010 1000000 0 1000100 1000000 11110 101100101 110011 101110

Color Harmonies of #B33A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A40

Black with #B33A40

Text Example


Text Example

White with #B33A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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