Html Css Color HEX #B52C2B Fire Brick

📋 copy color: '#B52C2B'

red 181 ◦ green 44 ◦ blue 43

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

Shades of Fire Brick #B52C2B

Tints of Fire Brick #B52C2B

RGB

 RED value IS 181 (71.09% from 255) = 67.54%

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

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

R = 67.54%
G = 16.42%
B = 16.04%

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

#B52C2B (or 0xB52C2B) is known color: Fire Brick. HEX triplet: B5, 2C and 2B. RGB value is (181,44,43). Sum of RGB (Red+Green+Blue) = 181+44+43=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52C2B is #4AD3D4. Grayscale: #545454. Windows color (decimal): -4903893 or 2829493. OLE color: 2829493.

HSL color Cylindrical-coordinate representation of color #B52C2B: hue angle of 0.43º degrees, saturation: 0.62, 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 #B52C2B is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 44 43 -
CMYK 0 0.76 0.76 0.29
HSL 0.43º 0.62% 0.44% -
HSV(B) 0.43º 0.76% 0.71% -
XYZ 20.39 11.8 3.49 -
YUV 84.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 181 44 43 0 0.76 0.76 0.29 0.43 0.62 0.44
Hex B5 2C 2B 0 4C 4C 1D 0 3E 2C
Octal 265 54 53 0 114 114 35 0 76 54
Binary 10110101 101100 101011 0 1001100 1001100 11101 0 111110 101100

Color Harmonies of #B52C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52C2B

Black with #B52C2B

Text Example


Text Example

White with #B52C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52C2B; }

 p { color: rgb(181,44,43); }

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

background-color css

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

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

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

border-color css

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

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

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