Html Css Color HEX #B33540 Brick Red

📋 copy color: '#B33540'

red 179 ◦ green 53 ◦ blue 64

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

Shades of Brick Red #B33540

Tints of Brick Red #B33540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

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

R = 60.47%
G = 17.91%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B33540 (or 0xB33540) is known color: Brick Red. HEX triplet: B3, 35 and 40. RGB value is (179,53,64). Sum of RGB (Red+Green+Blue) = 179+53+64=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B33540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33540 is #4CCABF. Grayscale: #5C5C5C. Windows color (decimal): -5032640 or 4208051. OLE color: 4208051.

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

Color convert

RGB 179 53 64 -
CMYK 0 0.70 0.64 0.30
HSL 354.76º 0.54% 0.45% -
HSV(B) 354.76º 0.7% 0.7% -
XYZ 20.79 12.5 6.17 -
YUV 91.93 112.24 190.11 -
System Red Green Blue C M Y K H S L
Decimal 179 53 64 0 0.70 0.64 0.30 354.76 0.54 0.45
Hex B3 35 40 0 46 40 1E 163 36 2D
Octal 263 65 100 0 106 100 36 543 66 55
Binary 10110011 110101 1000000 0 1000110 1000000 11110 101100011 110110 101101

Color Harmonies of #B33540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33540

Black with #B33540

Text Example


Text Example

White with #B33540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33540; }

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

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

background-color css

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

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

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

border-color css

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

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

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