Html Css Color HEX #BD261D Fire Brick

📋 copy color: '#BD261D'

red 189 ◦ green 38 ◦ blue 29

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

Shades of Fire Brick #BD261D

Tints of Fire Brick #BD261D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.84%

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

R = 73.83%
G = 14.84%
B = 11.33%

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

#BD261D (or 0xBD261D) is known color: Fire Brick. HEX triplet: BD, 26 and 1D. RGB value is (189,38,29). Sum of RGB (Red+Green+Blue) = 189+38+29=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD261D is #42D9E2. Grayscale: #525252. Windows color (decimal): -4381155 or 1910461. OLE color: 1910461.

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

Color convert

RGB 189 38 29 -
CMYK 0 0.80 0.85 0.26
HSL 3.38º 0.73% 0.43% -
HSV(B) 3.38º 0.85% 0.74% -
XYZ 21.9 12.29 2.38 -
YUV 82.12 98.03 204.23 -
System Red Green Blue C M Y K H S L
Decimal 189 38 29 0 0.80 0.85 0.26 3.38 0.73 0.43
Hex BD 26 1D 0 50 55 1A 3 49 2B
Octal 275 46 35 0 120 125 32 3 111 53
Binary 10111101 100110 11101 0 1010000 1010101 11010 11 1001001 101011

Color Harmonies of #BD261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD261D

Black with #BD261D

Text Example


Text Example

White with #BD261D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD261D; }

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

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

background-color css

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

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

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

border-color css

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

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

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