Html Css Color HEX #BB3323 Fire Brick

📋 copy color: '#BB3323'

red 187 ◦ green 51 ◦ blue 35

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

Shades of Fire Brick #BB3323

Tints of Fire Brick #BB3323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.82%

R = 68.5%
G = 18.68%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB3323 (or 0xBB3323) is known color: Fire Brick. HEX triplet: BB, 33 and 23. RGB value is (187,51,35). Sum of RGB (Red+Green+Blue) = 187+51+35=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3323 is #44CCDC. Grayscale: #5A5A5A. Windows color (decimal): -4508893 or 2307003. OLE color: 2307003.

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

Color convert

RGB 187 51 35 -
CMYK 0 0.73 0.81 0.27
HSL 6.32º 0.68% 0.44% -
HSV(B) 6.32º 0.81% 0.73% -
XYZ 21.98 13.05 2.95 -
YUV 89.84 97.06 197.3 -
System Red Green Blue C M Y K H S L
Decimal 187 51 35 0 0.73 0.81 0.27 6.32 0.68 0.44
Hex BB 33 23 0 49 51 1B 6 44 2C
Octal 273 63 43 0 111 121 33 6 104 54
Binary 10111011 110011 100011 0 1001001 1010001 11011 110 1000100 101100

Color Harmonies of #BB3323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3323

Black with #BB3323

Text Example


Text Example

White with #BB3323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3323; }

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

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

background-color css

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

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

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

border-color css

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

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

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