Html Css Color HEX #BD2D1D Fire Brick

📋 copy color: '#BD2D1D'

red 189 ◦ green 45 ◦ blue 29

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

Shades of Fire Brick #BD2D1D

Tints of Fire Brick #BD2D1D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.11%

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

R = 71.86%
G = 17.11%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD2D1D (or 0xBD2D1D) is known color: Fire Brick. HEX triplet: BD, 2D and 1D. RGB value is (189,45,29). Sum of RGB (Red+Green+Blue) = 189+45+29=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2D1D is #42D2E2. Grayscale: #565656. Windows color (decimal): -4379363 or 1912253. OLE color: 1912253.

HSL color Cylindrical-coordinate representation of color #BD2D1D: hue angle of 6º 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 #BD2D1D is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 45 29 -
CMYK 0 0.76 0.85 0.26
HSL 0.73% 0.43% -
HSV(B) 0.85% 0.74% -
XYZ 22.15 12.78 2.46 -
YUV 86.23 95.71 201.3 -
System Red Green Blue C M Y K H S L
Decimal 189 45 29 0 0.76 0.85 0.26 6 0.73 0.43
Hex BD 2D 1D 0 4C 55 1A 6 49 2B
Octal 275 55 35 0 114 125 32 6 111 53
Binary 10111101 101101 11101 0 1001100 1010101 11010 110 1001001 101011

Color Harmonies of #BD2D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2D1D

Black with #BD2D1D

Text Example


Text Example

White with #BD2D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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