Html Css Color HEX #B42927 Fire Brick

📋 copy color: '#B42927'

red 180 ◦ green 41 ◦ blue 39

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

Shades of Fire Brick #B42927

Tints of Fire Brick #B42927

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

 BLUE value IS 39 (15.63% from 255) = 15%

R = 69.23%
G = 15.77%
B = 15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B42927 (or 0xB42927) is known color: Fire Brick. HEX triplet: B4, 29 and 27. RGB value is (180,41,39). Sum of RGB (Red+Green+Blue) = 180+41+39=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B42927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42927 is #4BD6D8. Grayscale: #525252. Windows color (decimal): -4970201 or 2566580. OLE color: 2566580.

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

Color convert

RGB 180 41 39 -
CMYK 0 0.77 0.78 0.29
HSL 0.85º 0.64% 0.43% -
HSV(B) 0.85º 0.78% 0.71% -
XYZ 19.98 11.44 3.07 -
YUV 82.33 103.55 197.66 -
System Red Green Blue C M Y K H S L
Decimal 180 41 39 0 0.77 0.78 0.29 0.85 0.64 0.43
Hex B4 29 27 0 4D 4E 1D 1 40 2B
Octal 264 51 47 0 115 116 35 1 100 53
Binary 10110100 101001 100111 0 1001101 1001110 11101 1 1000000 101011

Color Harmonies of #B42927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42927

Black with #B42927

Text Example


Text Example

White with #B42927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42927; }

 p { color: rgb(180,41,39); }

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

background-color css

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

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

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

border-color css

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

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

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