Html Css Color HEX #BF2B23 Fire Brick

📋 copy color: '#BF2B23'

red 191 ◦ green 43 ◦ blue 35

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

Shades of Fire Brick #BF2B23

Tints of Fire Brick #BF2B23

RGB

 RED value IS 191 (75% from 255) = 71%

 GREEN value IS 43 (17.19% from 255) = 15.99%

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

R = 71%
G = 15.99%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF2B23 (or 0xBF2B23) is known color: Fire Brick. HEX triplet: BF, 2B and 23. RGB value is (191,43,35). Sum of RGB (Red+Green+Blue) = 191+43+35=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2B23 is #40D4DC. Grayscale: #565656. Windows color (decimal): -4248797 or 2304959. OLE color: 2304959.

HSL color Cylindrical-coordinate representation of color #BF2B23: hue angle of 3.08º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2B23 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 43 35 -
CMYK 0 0.77 0.82 0.25
HSL 3.08º 0.69% 0.44% -
HSV(B) 3.08º 0.82% 0.75% -
XYZ 22.65 12.93 2.89 -
YUV 86.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 191 43 35 0 0.77 0.82 0.25 3.08 0.69 0.44
Hex BF 2B 23 0 4D 52 19 3 45 2C
Octal 277 53 43 0 115 122 31 3 105 54
Binary 10111111 101011 100011 0 1001101 1010010 11001 11 1000101 101100

Color Harmonies of #BF2B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B23

Black with #BF2B23

Text Example


Text Example

White with #BF2B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B23; }

 p { color: rgb(191,43,35); }

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

background-color css

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

 a { background-color: rgb(191,43,35); }

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

border-color css

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

 span { border-color: rgb(191,43,35); }

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