Html Css Color HEX #BD241D Fire Brick

📋 copy color: '#BD241D'

red 189 ◦ green 36 ◦ blue 29

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

Shades of Fire Brick #BD241D

Tints of Fire Brick #BD241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

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

R = 74.41%
G = 14.17%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD241D (or 0xBD241D) is known color: Fire Brick. HEX triplet: BD, 24 and 1D. RGB value is (189,36,29). Sum of RGB (Red+Green+Blue) = 189+36+29=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD241D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD241D is #42DBE2. Grayscale: #515151. Windows color (decimal): -4381667 or 1909949. OLE color: 1909949.

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

Color convert

RGB 189 36 29 -
CMYK 0 0.81 0.85 0.26
HSL 2.63º 0.73% 0.43% -
HSV(B) 2.63º 0.85% 0.74% -
XYZ 21.84 12.17 2.36 -
YUV 80.95 98.69 205.07 -
System Red Green Blue C M Y K H S L
Decimal 189 36 29 0 0.81 0.85 0.26 2.63 0.73 0.43
Hex BD 24 1D 0 51 55 1A 3 49 2B
Octal 275 44 35 0 121 125 32 3 111 53
Binary 10111101 100100 11101 0 1010001 1010101 11010 11 1001001 101011

Color Harmonies of #BD241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD241D

Black with #BD241D

Text Example


Text Example

White with #BD241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD241D; }

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

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

background-color css

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

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

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

border-color css

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

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

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