Html Css Color HEX #BB333D Brick Red

📋 copy color: '#BB333D'

red 187 ◦ green 51 ◦ blue 61

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

Shades of Brick Red #BB333D

Tints of Brick Red #BB333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.4%

R = 62.54%
G = 17.06%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB333D (or 0xBB333D) is known color: Brick Red. HEX triplet: BB, 33 and 3D. RGB value is (187,51,61). Sum of RGB (Red+Green+Blue) = 187+51+61=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB333D is #44CCC2. Grayscale: #5C5C5C. Windows color (decimal): -4508867 or 4010939. OLE color: 4010939.

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

Color convert

RGB 187 51 61 -
CMYK 0 0.73 0.67 0.27
HSL 355.59º 0.57% 0.47% -
HSV(B) 355.59º 0.73% 0.73% -
XYZ 22.52 13.27 5.79 -
YUV 92.8 110.06 195.19 -
System Red Green Blue C M Y K H S L
Decimal 187 51 61 0 0.73 0.67 0.27 355.59 0.57 0.47
Hex BB 33 3D 0 49 43 1B 164 39 2F
Octal 273 63 75 0 111 103 33 544 71 57
Binary 10111011 110011 111101 0 1001001 1000011 11011 101100100 111001 101111

Color Harmonies of #BB333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB333D

Black with #BB333D

Text Example


Text Example

White with #BB333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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