Html Css Color HEX #BD251D Fire Brick

📋 copy color: '#BD251D'

red 189 ◦ green 37 ◦ blue 29

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

Shades of Fire Brick #BD251D

Tints of Fire Brick #BD251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.51%

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

R = 74.12%
G = 14.51%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD251D (or 0xBD251D) is known color: Fire Brick. HEX triplet: BD, 25 and 1D. RGB value is (189,37,29). Sum of RGB (Red+Green+Blue) = 189+37+29=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD251D is #42DAE2. Grayscale: #515151. Windows color (decimal): -4381411 or 1910205. OLE color: 1910205.

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

Color convert

RGB 189 37 29 -
CMYK 0 0.80 0.85 0.26
HSL 0.73% 0.43% -
HSV(B) 0.85% 0.74% -
XYZ 21.87 12.23 2.37 -
YUV 81.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 189 37 29 0 0.80 0.85 0.26 3 0.73 0.43
Hex BD 25 1D 0 50 55 1A 3 49 2B
Octal 275 45 35 0 120 125 32 3 111 53
Binary 10111101 100101 11101 0 1010000 1010101 11010 11 1001001 101011

Color Harmonies of #BD251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD251D

Black with #BD251D

Text Example


Text Example

White with #BD251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD251D; }

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

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

background-color css

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

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

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

border-color css

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

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

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