Html Css Color HEX #BD221B Fire Brick

📋 copy color: '#BD221B'

red 189 ◦ green 34 ◦ blue 27

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

Shades of Fire Brick #BD221B

Tints of Fire Brick #BD221B

RGB

 RED value IS 189 (74.22% from 255) = 75.6%

 GREEN value IS 34 (13.67% from 255) = 13.6%

 BLUE value IS 27 (10.94% from 255) = 10.8%

R = 75.6%
G = 13.6%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD221B (or 0xBD221B) is known color: Fire Brick. HEX triplet: BD, 22 and 1B. RGB value is (189,34,27). Sum of RGB (Red+Green+Blue) = 189+34+27=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD221B is #42DDE4. Grayscale: #4F4F4F. Windows color (decimal): -4382181 or 1778365. OLE color: 1778365.

HSL color Cylindrical-coordinate representation of color #BD221B: hue angle of 2.59º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD221B is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 34 27 -
CMYK 0 0.82 0.86 0.26
HSL 2.59º 0.75% 0.42% -
HSV(B) 2.59º 0.86% 0.74% -
XYZ 21.76 12.04 2.21 -
YUV 79.55 98.35 206.07 -
System Red Green Blue C M Y K H S L
Decimal 189 34 27 0 0.82 0.86 0.26 2.59 0.75 0.42
Hex BD 22 1B 0 52 56 1A 3 4B 2A
Octal 275 42 33 0 122 126 32 3 113 52
Binary 10111101 100010 11011 0 1010010 1010110 11010 11 1001011 101010

Color Harmonies of #BD221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD221B

Black with #BD221B

Text Example


Text Example

White with #BD221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD221B; }

 p { color: rgb(189,34,27); }

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

background-color css

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

 a { background-color: rgb(189,34,27); }

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

border-color css

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

 span { border-color: rgb(189,34,27); }

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