Html Css Color HEX #B42B27 Fire Brick

📋 copy color: '#B42B27'

red 180 ◦ green 43 ◦ blue 39

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

Shades of Fire Brick #B42B27

Tints of Fire Brick #B42B27

RGB

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

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

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

R = 68.7%
G = 16.41%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B42B27 (or 0xB42B27) is known color: Fire Brick. HEX triplet: B4, 2B and 27. RGB value is (180,43,39). Sum of RGB (Red+Green+Blue) = 180+43+39=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42B27 is #4BD4D8. Grayscale: #535353. Windows color (decimal): -4969689 or 2567092. OLE color: 2567092.

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

Color convert

RGB 180 43 39 -
CMYK 0 0.76 0.78 0.29
HSL 1.7º 0.64% 0.43% -
HSV(B) 1.7º 0.78% 0.71% -
XYZ 20.05 11.58 3.1 -
YUV 83.51 102.89 196.83 -
System Red Green Blue C M Y K H S L
Decimal 180 43 39 0 0.76 0.78 0.29 1.7 0.64 0.43
Hex B4 2B 27 0 4C 4E 1D 2 40 2B
Octal 264 53 47 0 114 116 35 2 100 53
Binary 10110100 101011 100111 0 1001100 1001110 11101 10 1000000 101011

Color Harmonies of #B42B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42B27

Black with #B42B27

Text Example


Text Example

White with #B42B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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