Html Css Color HEX #BD231C Fire Brick

📋 copy color: '#BD231C'

red 189 ◦ green 35 ◦ blue 28

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

Shades of Fire Brick #BD231C

Tints of Fire Brick #BD231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.89%

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

R = 75%
G = 13.89%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD231C (or 0xBD231C) is known color: Fire Brick. HEX triplet: BD, 23 and 1C. RGB value is (189,35,28). Sum of RGB (Red+Green+Blue) = 189+35+28=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD231C is #42DCE3. Grayscale: #505050. Windows color (decimal): -4381924 or 1844157. OLE color: 1844157.

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

Color convert

RGB 189 35 28 -
CMYK 0 0.81 0.85 0.26
HSL 2.61º 0.74% 0.43% -
HSV(B) 2.61º 0.85% 0.74% -
XYZ 21.8 12.1 2.29 -
YUV 80.25 98.52 205.57 -
System Red Green Blue C M Y K H S L
Decimal 189 35 28 0 0.81 0.85 0.26 2.61 0.74 0.43
Hex BD 23 1C 0 51 55 1A 3 4A 2B
Octal 275 43 34 0 121 125 32 3 112 53
Binary 10111101 100011 11100 0 1010001 1010101 11010 11 1001010 101011

Color Harmonies of #BD231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD231C

Black with #BD231C

Text Example


Text Example

White with #BD231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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