Html Css Color HEX #BD221D Fire Brick

📋 copy color: '#BD221D'

red 189 ◦ green 34 ◦ blue 29

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

Shades of Fire Brick #BD221D

Tints of Fire Brick #BD221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 75%
G = 13.49%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD221D (or 0xBD221D) is known color: Fire Brick. HEX triplet: BD, 22 and 1D. RGB value is (189,34,29). Sum of RGB (Red+Green+Blue) = 189+34+29=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD221D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD221D is #42DDE2. Grayscale: #4F4F4F. Windows color (decimal): -4382179 or 1909437. OLE color: 1909437.

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

Color convert

RGB 189 34 29 -
CMYK 0 0.82 0.85 0.26
HSL 1.88º 0.73% 0.43% -
HSV(B) 1.88º 0.85% 0.74% -
XYZ 21.78 12.05 2.34 -
YUV 79.78 99.35 205.91 -
System Red Green Blue C M Y K H S L
Decimal 189 34 29 0 0.82 0.85 0.26 1.88 0.73 0.43
Hex BD 22 1D 0 52 55 1A 2 49 2B
Octal 275 42 35 0 122 125 32 2 111 53
Binary 10111101 100010 11101 0 1010010 1010101 11010 10 1001001 101011

Color Harmonies of #BD221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD221D

Black with #BD221D

Text Example


Text Example

White with #BD221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD221D; }

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

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

background-color css

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

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

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

border-color css

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

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

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