Html Css Color HEX #BB3028 Fire Brick

📋 copy color: '#BB3028'

red 187 ◦ green 48 ◦ blue 40

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

Shades of Fire Brick #BB3028

Tints of Fire Brick #BB3028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.45%

 BLUE value IS 40 (16.02% from 255) = 14.55%

R = 68%
G = 17.45%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB3028 (or 0xBB3028) is known color: Fire Brick. HEX triplet: BB, 30 and 28. RGB value is (187,48,40). Sum of RGB (Red+Green+Blue) = 187+48+40=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3028 is #44CFD7. Grayscale: #585858. Windows color (decimal): -4509656 or 2633915. OLE color: 2633915.

HSL color Cylindrical-coordinate representation of color #BB3028: hue angle of 3.27º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB3028 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 48 40 -
CMYK 0 0.74 0.79 0.27
HSL 3.27º 0.65% 0.45% -
HSV(B) 3.27º 0.79% 0.73% -
XYZ 21.93 12.83 3.33 -
YUV 88.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 187 48 40 0 0.74 0.79 0.27 3.27 0.65 0.45
Hex BB 30 28 0 4A 4F 1B 3 41 2D
Octal 273 60 50 0 112 117 33 3 101 55
Binary 10111011 110000 101000 0 1001010 1001111 11011 11 1000001 101101

Color Harmonies of #BB3028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3028

Black with #BB3028

Text Example


Text Example

White with #BB3028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3028; }

 p { color: rgb(187,48,40); }

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

background-color css

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

 a { background-color: rgb(187,48,40); }

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

border-color css

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

 span { border-color: rgb(187,48,40); }

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