Html Css Color HEX #BD2C1F Fire Brick

📋 copy color: '#BD2C1F'

red 189 ◦ green 44 ◦ blue 31

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

Shades of Fire Brick #BD2C1F

Tints of Fire Brick #BD2C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.67%

 BLUE value IS 31 (12.5% from 255) = 11.74%

R = 71.59%
G = 16.67%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD2C1F (or 0xBD2C1F) is known color: Fire Brick. HEX triplet: BD, 2C and 1F. RGB value is (189,44,31). Sum of RGB (Red+Green+Blue) = 189+44+31=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C1F is #42D3E0. Grayscale: #565656. Windows color (decimal): -4379617 or 2043069. OLE color: 2043069.

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

Color convert

RGB 189 44 31 -
CMYK 0 0.77 0.84 0.26
HSL 4.94º 0.72% 0.43% -
HSV(B) 4.94º 0.84% 0.74% -
XYZ 22.13 12.72 2.58 -
YUV 85.87 97.04 201.56 -
System Red Green Blue C M Y K H S L
Decimal 189 44 31 0 0.77 0.84 0.26 4.94 0.72 0.43
Hex BD 2C 1F 0 4D 54 1A 5 48 2B
Octal 275 54 37 0 115 124 32 5 110 53
Binary 10111101 101100 11111 0 1001101 1010100 11010 101 1001000 101011

Color Harmonies of #BD2C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C1F

Black with #BD2C1F

Text Example


Text Example

White with #BD2C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C1F; }

 p { color: rgb(189,44,31); }

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

background-color css

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

 a { background-color: rgb(189,44,31); }

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

border-color css

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

 span { border-color: rgb(189,44,31); }

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