Html Css Color HEX #BB251E Fire Brick

📋 copy color: '#BB251E'

red 187 ◦ green 37 ◦ blue 30

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

Shades of Fire Brick #BB251E

Tints of Fire Brick #BB251E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.57%

 BLUE value IS 30 (12.11% from 255) = 11.81%

R = 73.62%
G = 14.57%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB251E (or 0xBB251E) is known color: Fire Brick. HEX triplet: BB, 25 and 1E. RGB value is (187,37,30). Sum of RGB (Red+Green+Blue) = 187+37+30=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB251E is #44DAE1. Grayscale: #515151. Windows color (decimal): -4512482 or 1975739. OLE color: 1975739.

HSL color Cylindrical-coordinate representation of color #BB251E: hue angle of 2.68º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB251E is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 30 -
CMYK 0 0.80 0.84 0.27
HSL 2.68º 0.72% 0.43% -
HSV(B) 2.68º 0.84% 0.73% -
XYZ 21.39 11.98 2.41 -
YUV 81.05 99.2 203.57 -
System Red Green Blue C M Y K H S L
Decimal 187 37 30 0 0.80 0.84 0.27 2.68 0.72 0.43
Hex BB 25 1E 0 50 54 1B 3 48 2B
Octal 273 45 36 0 120 124 33 3 110 53
Binary 10111011 100101 11110 0 1010000 1010100 11011 11 1001000 101011

Color Harmonies of #BB251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB251E

Black with #BB251E

Text Example


Text Example

White with #BB251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB251E; }

 p { color: rgb(187,37,30); }

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

background-color css

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

 a { background-color: rgb(187,37,30); }

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

border-color css

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

 span { border-color: rgb(187,37,30); }

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