Html Css Color HEX #BD2C1D Fire Brick

📋 copy color: '#BD2C1D'

red 189 ◦ green 44 ◦ blue 29

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

Shades of Fire Brick #BD2C1D

Tints of Fire Brick #BD2C1D

RGB

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

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

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

R = 72.14%
G = 16.79%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD2C1D (or 0xBD2C1D) is known color: Fire Brick. HEX triplet: BD, 2C and 1D. RGB value is (189,44,29). Sum of RGB (Red+Green+Blue) = 189+44+29=262 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.14% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C1D is #42D3E2. Grayscale: #555555. Windows color (decimal): -4379619 or 1911997. OLE color: 1911997.

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

Color convert

RGB 189 44 29 -
CMYK 0 0.77 0.85 0.26
HSL 5.63º 0.73% 0.43% -
HSV(B) 5.63º 0.85% 0.74% -
XYZ 22.11 12.71 2.45 -
YUV 85.65 96.04 201.72 -
System Red Green Blue C M Y K H S L
Decimal 189 44 29 0 0.77 0.85 0.26 5.63 0.73 0.43
Hex BD 2C 1D 0 4D 55 1A 6 49 2B
Octal 275 54 35 0 115 125 32 6 111 53
Binary 10111101 101100 11101 0 1001101 1010101 11010 110 1001001 101011

Color Harmonies of #BD2C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C1D

Black with #BD2C1D

Text Example


Text Example

White with #BD2C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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