Html Css Color HEX #BD261B Fire Brick

📋 copy color: '#BD261B'

red 189 ◦ green 38 ◦ blue 27

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

Shades of Fire Brick #BD261B

Tints of Fire Brick #BD261B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 74.41%
G = 14.96%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD261B (or 0xBD261B) is known color: Fire Brick. HEX triplet: BD, 26 and 1B. RGB value is (189,38,27). Sum of RGB (Red+Green+Blue) = 189+38+27=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD261B is #42D9E4. Grayscale: #525252. Windows color (decimal): -4381157 or 1779389. OLE color: 1779389.

HSL color Cylindrical-coordinate representation of color #BD261B: hue angle of 4.07º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD261B is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 38 27 -
CMYK 0 0.80 0.86 0.26
HSL 4.07º 0.75% 0.42% -
HSV(B) 4.07º 0.86% 0.74% -
XYZ 21.88 12.28 2.25 -
YUV 81.9 97.03 204.39 -
System Red Green Blue C M Y K H S L
Decimal 189 38 27 0 0.80 0.86 0.26 4.07 0.75 0.42
Hex BD 26 1B 0 50 56 1A 4 4B 2A
Octal 275 46 33 0 120 126 32 4 113 52
Binary 10111101 100110 11011 0 1010000 1010110 11010 100 1001011 101010

Color Harmonies of #BD261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD261B

Black with #BD261B

Text Example


Text Example

White with #BD261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD261B; }

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

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

background-color css

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

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

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

border-color css

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

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

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