Html Css Color HEX #BD231D Fire Brick

📋 copy color: '#BD231D'

red 189 ◦ green 35 ◦ blue 29

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

Shades of Fire Brick #BD231D

Tints of Fire Brick #BD231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.46%

R = 74.7%
G = 13.83%
B = 11.46%

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

#BD231D (or 0xBD231D) is known color: Fire Brick. HEX triplet: BD, 23 and 1D. RGB value is (189,35,29). Sum of RGB (Red+Green+Blue) = 189+35+29=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD231D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD231D is #42DCE2. Grayscale: #505050. Windows color (decimal): -4381923 or 1909693. OLE color: 1909693.

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

Color convert

RGB 189 35 29 -
CMYK 0 0.81 0.85 0.26
HSL 2.25º 0.73% 0.43% -
HSV(B) 2.25º 0.85% 0.74% -
XYZ 21.81 12.11 2.35 -
YUV 80.36 99.02 205.49 -
System Red Green Blue C M Y K H S L
Decimal 189 35 29 0 0.81 0.85 0.26 2.25 0.73 0.43
Hex BD 23 1D 0 51 55 1A 2 49 2B
Octal 275 43 35 0 121 125 32 2 111 53
Binary 10111101 100011 11101 0 1010001 1010101 11010 10 1001001 101011

Color Harmonies of #BD231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD231D

Black with #BD231D

Text Example


Text Example

White with #BD231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD231D; }

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

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

background-color css

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

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

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

border-color css

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

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

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