Html Css Color HEX #BA333F Brick Red

📋 copy color: '#BA333F'

red 186 ◦ green 51 ◦ blue 63

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

Shades of Brick Red #BA333F

Tints of Brick Red #BA333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21%

R = 62%
G = 17%
B = 21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA333F (or 0xBA333F) is known color: Brick Red. HEX triplet: BA, 33 and 3F. RGB value is (186,51,63). Sum of RGB (Red+Green+Blue) = 186+51+63=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA333F is #45CCC0. Grayscale: #5C5C5C. Windows color (decimal): -4574401 or 4142010. OLE color: 4142010.

HSL color Cylindrical-coordinate representation of color #BA333F: hue angle of 354.67º 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 #BA333F is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 51 63 -
CMYK 0 0.73 0.66 0.27
HSL 354.67º 0.57% 0.46% -
HSV(B) 354.67º 0.73% 0.73% -
XYZ 22.33 13.17 6.07 -
YUV 92.73 111.23 194.52 -
System Red Green Blue C M Y K H S L
Decimal 186 51 63 0 0.73 0.66 0.27 354.67 0.57 0.46
Hex BA 33 3F 0 49 42 1B 163 39 2E
Octal 272 63 77 0 111 102 33 543 71 56
Binary 10111010 110011 111111 0 1001001 1000010 11011 101100011 111001 101110

Color Harmonies of #BA333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA333F

Black with #BA333F

Text Example


Text Example

White with #BA333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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