Html Css Color HEX #BA333B Brick Red

📋 copy color: '#BA333B'

red 186 ◦ green 51 ◦ blue 59

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

Shades of Brick Red #BA333B

Tints of Brick Red #BA333B

RGB

 RED value IS 186 (73.05% from 255) = 62.84%

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

 BLUE value IS 59 (23.44% from 255) = 19.93%

R = 62.84%
G = 17.23%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA333B (or 0xBA333B) is known color: Brick Red. HEX triplet: BA, 33 and 3B. RGB value is (186,51,59). Sum of RGB (Red+Green+Blue) = 186+51+59=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA333B is #45CCC4. Grayscale: #5C5C5C. Windows color (decimal): -4574405 or 3879866. OLE color: 3879866.

HSL color Cylindrical-coordinate representation of color #BA333B: hue angle of 356.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA333B is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 51 59 -
CMYK 0 0.73 0.68 0.27
HSL 356.44º 0.57% 0.46% -
HSV(B) 356.44º 0.73% 0.73% -
XYZ 22.22 13.12 5.5 -
YUV 92.28 109.23 194.85 -
System Red Green Blue C M Y K H S L
Decimal 186 51 59 0 0.73 0.68 0.27 356.44 0.57 0.46
Hex BA 33 3B 0 49 44 1B 164 39 2E
Octal 272 63 73 0 111 104 33 544 71 56
Binary 10111010 110011 111011 0 1001001 1000100 11011 101100100 111001 101110

Color Harmonies of #BA333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA333B

Black with #BA333B

Text Example


Text Example

White with #BA333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA333B; }

 p { color: rgb(186,51,59); }

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

background-color css

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

 a { background-color: rgb(186,51,59); }

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

border-color css

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

 span { border-color: rgb(186,51,59); }

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