Html Css Color HEX #B33440 Brick Red

📋 copy color: '#B33440'

red 179 ◦ green 52 ◦ blue 64

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

Shades of Brick Red #B33440

Tints of Brick Red #B33440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.63%

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

R = 60.68%
G = 17.63%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B33440 (or 0xB33440) is known color: Brick Red. HEX triplet: B3, 34 and 40. RGB value is (179,52,64). Sum of RGB (Red+Green+Blue) = 179+52+64=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B33440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33440 is #4CCBBF. Grayscale: #5B5B5B. Windows color (decimal): -5032896 or 4207795. OLE color: 4207795.

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

Color convert

RGB 179 52 64 -
CMYK 0 0.71 0.64 0.30
HSL 354.33º 0.55% 0.45% -
HSV(B) 354.33º 0.71% 0.7% -
XYZ 20.74 12.41 6.15 -
YUV 91.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 179 52 64 0 0.71 0.64 0.30 354.33 0.55 0.45
Hex B3 34 40 0 47 40 1E 162 37 2D
Octal 263 64 100 0 107 100 36 542 67 55
Binary 10110011 110100 1000000 0 1000111 1000000 11110 101100010 110111 101101

Color Harmonies of #B33440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33440

Black with #B33440

Text Example


Text Example

White with #B33440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33440; }

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

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

background-color css

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

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

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

border-color css

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

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

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