Html Css Color HEX #BD271C Fire Brick

📋 copy color: '#BD271C'

red 189 ◦ green 39 ◦ blue 28

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

Shades of Fire Brick #BD271C

Tints of Fire Brick #BD271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.23%

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 73.83%
G = 15.23%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD271C (or 0xBD271C) is known color: Fire Brick. HEX triplet: BD, 27 and 1C. RGB value is (189,39,28). Sum of RGB (Red+Green+Blue) = 189+39+28=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD271C is #42D8E3. Grayscale: #525252. Windows color (decimal): -4380900 or 1845181. OLE color: 1845181.

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

Color convert

RGB 189 39 28 -
CMYK 0 0.79 0.85 0.26
HSL 4.1º 0.74% 0.43% -
HSV(B) 4.1º 0.85% 0.74% -
XYZ 21.92 12.35 2.33 -
YUV 82.6 97.2 203.89 -
System Red Green Blue C M Y K H S L
Decimal 189 39 28 0 0.79 0.85 0.26 4.1 0.74 0.43
Hex BD 27 1C 0 4F 55 1A 4 4A 2B
Octal 275 47 34 0 117 125 32 4 112 53
Binary 10111101 100111 11100 0 1001111 1010101 11010 100 1001010 101011

Color Harmonies of #BD271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD271C

Black with #BD271C

Text Example


Text Example

White with #BD271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD271C; }

 p { color: rgb(189,39,28); }

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

background-color css

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

 a { background-color: rgb(189,39,28); }

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

border-color css

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

 span { border-color: rgb(189,39,28); }

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