Html Css Color HEX #B42F37 Brick Red

📋 copy color: '#B42F37'

red 180 ◦ green 47 ◦ blue 55

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

Shades of Brick Red #B42F37

Tints of Brick Red #B42F37

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.67%

 BLUE value IS 55 (21.88% from 255) = 19.5%

R = 63.83%
G = 16.67%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B42F37 (or 0xB42F37) is known color: Brick Red. HEX triplet: B4, 2F and 37. RGB value is (180,47,55). Sum of RGB (Red+Green+Blue) = 180+47+55=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42F37 is #4BD0C8. Grayscale: #575757. Windows color (decimal): -4968649 or 3616692. OLE color: 3616692.

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

Color convert

RGB 180 47 55 -
CMYK 0 0.74 0.69 0.29
HSL 356.39º 0.59% 0.45% -
HSV(B) 356.39º 0.74% 0.71% -
XYZ 20.53 12.01 4.85 -
YUV 87.68 109.56 193.85 -
System Red Green Blue C M Y K H S L
Decimal 180 47 55 0 0.74 0.69 0.29 356.39 0.59 0.45
Hex B4 2F 37 0 4A 45 1D 164 3B 2D
Octal 264 57 67 0 112 105 35 544 73 55
Binary 10110100 101111 110111 0 1001010 1000101 11101 101100100 111011 101101

Color Harmonies of #B42F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42F37

Black with #B42F37

Text Example


Text Example

White with #B42F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42F37; }

 p { color: rgb(180,47,55); }

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

background-color css

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

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

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

border-color css

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

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

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