Html Css Color HEX #BD1C0A Fire Brick

📋 copy color: '#BD1C0A'

red 189 ◦ green 28 ◦ blue 10

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

Shades of Fire Brick #BD1C0A

Tints of Fire Brick #BD1C0A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.33%

 BLUE value IS 10 (4.3% from 255) = 4.41%

R = 83.26%
G = 12.33%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD1C0A (or 0xBD1C0A) is known color: Fire Brick. HEX triplet: BD, 1C and 0A. RGB value is (189,28,10). Sum of RGB (Red+Green+Blue) = 189+28+10=227 (30% of max value = 765). Red value is 189 (74.22% from 255 or 83.26% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1C0A is #42E3F5. Grayscale: #4A4A4A. Windows color (decimal): -4383734 or 662717. OLE color: 662717.

HSL color Cylindrical-coordinate representation of color #BD1C0A: hue angle of 6.03º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD1C0A is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 28 10 -
CMYK 0 0.85 0.95 0.26
HSL 6.03º 0.9% 0.39% -
HSV(B) 6.03º 0.95% 0.74% -
XYZ 21.46 11.67 1.41 -
YUV 74.09 91.84 209.96 -
System Red Green Blue C M Y K H S L
Decimal 189 28 10 0 0.85 0.95 0.26 6.03 0.9 0.39
Hex BD 1C A 0 55 5F 1A 6 5A 27
Octal 275 34 12 0 125 137 32 6 132 47
Binary 10111101 11100 1010 0 1010101 1011111 11010 110 1011010 100111

Color Harmonies of #BD1C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1C0A

Black with #BD1C0A

Text Example


Text Example

White with #BD1C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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