Html Css Color HEX #BB333F Brick Red

📋 copy color: '#BB333F'

red 187 ◦ green 51 ◦ blue 63

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

Shades of Brick Red #BB333F

Tints of Brick Red #BB333F

RGB

 RED value IS 187 (73.44% from 255) = 62.13%

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

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

R = 62.13%
G = 16.94%
B = 20.93%

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

#BB333F (or 0xBB333F) is known color: Brick Red. HEX triplet: BB, 33 and 3F. RGB value is (187,51,63). Sum of RGB (Red+Green+Blue) = 187+51+63=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB333F is #44CCC0. Grayscale: #5D5D5D. Windows color (decimal): -4508865 or 4142011. OLE color: 4142011.

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

Color convert

RGB 187 51 63 -
CMYK 0 0.73 0.66 0.27
HSL 354.71º 0.57% 0.47% -
HSV(B) 354.71º 0.73% 0.73% -
XYZ 22.57 13.29 6.08 -
YUV 93.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 187 51 63 0 0.73 0.66 0.27 354.71 0.57 0.47
Hex BB 33 3F 0 49 42 1B 163 39 2F
Octal 273 63 77 0 111 102 33 543 71 57
Binary 10111011 110011 111111 0 1001001 1000010 11011 101100011 111001 101111

Color Harmonies of #BB333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB333F

Black with #BB333F

Text Example


Text Example

White with #BB333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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