Html Css Color HEX #BD1A12 Fire Brick

📋 copy color: '#BD1A12'

red 189 ◦ green 26 ◦ blue 18

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

Shades of Fire Brick #BD1A12

Tints of Fire Brick #BD1A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.16%

 BLUE value IS 18 (7.42% from 255) = 7.73%

R = 81.12%
G = 11.16%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD1A12 (or 0xBD1A12) is known color: Fire Brick. HEX triplet: BD, 1A and 12. RGB value is (189,26,18). Sum of RGB (Red+Green+Blue) = 189+26+18=233 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.12% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1A12 is #42E5ED. Grayscale: #4A4A4A. Windows color (decimal): -4384238 or 1186493. OLE color: 1186493.

HSL color Cylindrical-coordinate representation of color #BD1A12: hue angle of 2.81º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1A12 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 26 18 -
CMYK 0 0.86 0.90 0.26
HSL 2.81º 0.83% 0.41% -
HSV(B) 2.81º 0.9% 0.74% -
XYZ 21.46 11.6 1.68 -
YUV 73.83 96.5 210.15 -
System Red Green Blue C M Y K H S L
Decimal 189 26 18 0 0.86 0.90 0.26 2.81 0.83 0.41
Hex BD 1A 12 0 56 5A 1A 3 53 29
Octal 275 32 22 0 126 132 32 3 123 51
Binary 10111101 11010 10010 0 1010110 1011010 11010 11 1010011 101001

Color Harmonies of #BD1A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A12

Black with #BD1A12

Text Example


Text Example

White with #BD1A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A12; }

 p { color: rgb(189,26,18); }

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

background-color css

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

 a { background-color: rgb(189,26,18); }

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

border-color css

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

 span { border-color: rgb(189,26,18); }

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