Html Css Color HEX #B42B2B Fire Brick

📋 copy color: '#B42B2B'

red 180 ◦ green 43 ◦ blue 43

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

Shades of Fire Brick #B42B2B

Tints of Fire Brick #B42B2B

RGB

 RED value IS 180 (70.7% from 255) = 67.67%

 GREEN value IS 43 (17.19% from 255) = 16.17%

 BLUE value IS 43 (17.19% from 255) = 16.17%

R = 67.67%
G = 16.17%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B42B2B (or 0xB42B2B) is known color: Fire Brick. HEX triplet: B4, 2B and 2B. RGB value is (180,43,43). Sum of RGB (Red+Green+Blue) = 180+43+43=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42B2B is #4BD4D4. Grayscale: #545454. Windows color (decimal): -4969685 or 2829236. OLE color: 2829236.

HSL color Cylindrical-coordinate representation of color #B42B2B: hue angle of 0º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42B2B is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 43 43 -
CMYK 0 0.76 0.76 0.29
HSL 0.61% 0.44% -
HSV(B) 0.76% 0.71% -
XYZ 20.12 11.61 3.47 -
YUV 83.96 104.89 196.5 -
System Red Green Blue C M Y K H S L
Decimal 180 43 43 0 0.76 0.76 0.29 0 0.61 0.44
Hex B4 2B 2B 0 4C 4C 1D 0 3D 2C
Octal 264 53 53 0 114 114 35 0 75 54
Binary 10110100 101011 101011 0 1001100 1001100 11101 0 111101 101100

Color Harmonies of #B42B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42B2B

Black with #B42B2B

Text Example


Text Example

White with #B42B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42B2B; }

 p { color: rgb(180,43,43); }

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

background-color css

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

 a { background-color: rgb(180,43,43); }

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

border-color css

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

 span { border-color: rgb(180,43,43); }

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