Html Css Color HEX #BD2C26 Fire Brick

📋 copy color: '#BD2C26'

red 189 ◦ green 44 ◦ blue 38

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

Shades of Fire Brick #BD2C26

Tints of Fire Brick #BD2C26

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.24%

 BLUE value IS 38 (15.23% from 255) = 14.02%

R = 69.74%
G = 16.24%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD2C26 (or 0xBD2C26) is known color: Fire Brick. HEX triplet: BD, 2C and 26. RGB value is (189,44,38). Sum of RGB (Red+Green+Blue) = 189+44+38=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C26 is #42D3D9. Grayscale: #565656. Windows color (decimal): -4379610 or 2501821. OLE color: 2501821.

HSL color Cylindrical-coordinate representation of color #BD2C26: hue angle of 2.38º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2C26 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 44 38 -
CMYK 0 0.77 0.80 0.26
HSL 2.38º 0.67% 0.45% -
HSV(B) 2.38º 0.8% 0.74% -
XYZ 22.24 12.76 3.12 -
YUV 86.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 189 44 38 0 0.77 0.80 0.26 2.38 0.67 0.45
Hex BD 2C 26 0 4D 50 1A 2 43 2D
Octal 275 54 46 0 115 120 32 2 103 55
Binary 10111101 101100 100110 0 1001101 1010000 11010 10 1000011 101101

Color Harmonies of #BD2C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C26

Black with #BD2C26

Text Example


Text Example

White with #BD2C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C26; }

 p { color: rgb(189,44,38); }

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

background-color css

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

 a { background-color: rgb(189,44,38); }

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

border-color css

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

 span { border-color: rgb(189,44,38); }

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