Html Css Color HEX #B33841 Brick Red

📋 copy color: '#B33841'

red 179 ◦ green 56 ◦ blue 65

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

Shades of Brick Red #B33841

Tints of Brick Red #B33841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.67%

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 59.67%
G = 18.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B33841 (or 0xB33841) is known color: Brick Red. HEX triplet: B3, 38 and 41. RGB value is (179,56,65). Sum of RGB (Red+Green+Blue) = 179+56+65=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B33841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33841 is #4CC7BE. Grayscale: #5D5D5D. Windows color (decimal): -5031871 or 4274355. OLE color: 4274355.

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

Color convert

RGB 179 56 65 -
CMYK 0 0.69 0.64 0.30
HSL 355.61º 0.52% 0.46% -
HSV(B) 355.61º 0.69% 0.7% -
XYZ 20.96 12.79 6.37 -
YUV 93.8 111.75 188.77 -
System Red Green Blue C M Y K H S L
Decimal 179 56 65 0 0.69 0.64 0.30 355.61 0.52 0.46
Hex B3 38 41 0 45 40 1E 164 34 2E
Octal 263 70 101 0 105 100 36 544 64 56
Binary 10110011 111000 1000001 0 1000101 1000000 11110 101100100 110100 101110

Color Harmonies of #B33841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33841

Black with #B33841

Text Example


Text Example

White with #B33841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33841; }

 p { color: rgb(179,56,65); }

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

background-color css

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

 a { background-color: rgb(179,56,65); }

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

border-color css

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

 span { border-color: rgb(179,56,65); }

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