Html Css Color HEX #BD2A23 Fire Brick

📋 copy color: '#BD2A23'

red 189 ◦ green 42 ◦ blue 35

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

Shades of Fire Brick #BD2A23

Tints of Fire Brick #BD2A23

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.79%

 BLUE value IS 35 (14.06% from 255) = 13.16%

R = 71.05%
G = 15.79%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD2A23 (or 0xBD2A23) is known color: Fire Brick. HEX triplet: BD, 2A and 23. RGB value is (189,42,35). Sum of RGB (Red+Green+Blue) = 189+42+35=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2A23 is #42D5DC. Grayscale: #555555. Windows color (decimal): -4380125 or 2304701. OLE color: 2304701.

HSL color Cylindrical-coordinate representation of color #BD2A23: hue angle of 2.73º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2A23 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 42 35 -
CMYK 0 0.78 0.81 0.26
HSL 2.73º 0.69% 0.44% -
HSV(B) 2.73º 0.81% 0.74% -
XYZ 22.12 12.6 2.86 -
YUV 85.16 99.7 202.07 -
System Red Green Blue C M Y K H S L
Decimal 189 42 35 0 0.78 0.81 0.26 2.73 0.69 0.44
Hex BD 2A 23 0 4E 51 1A 3 45 2C
Octal 275 52 43 0 116 121 32 3 105 54
Binary 10111101 101010 100011 0 1001110 1010001 11010 11 1000101 101100

Color Harmonies of #BD2A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2A23

Black with #BD2A23

Text Example


Text Example

White with #BD2A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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