Html Css Color HEX #B42C3A Brick Red

📋 copy color: '#B42C3A'

red 180 ◦ green 44 ◦ blue 58

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

Shades of Brick Red #B42C3A

Tints of Brick Red #B42C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 63.83%
G = 15.6%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B42C3A (or 0xB42C3A) is known color: Brick Red. HEX triplet: B4, 2C and 3A. RGB value is (180,44,58). Sum of RGB (Red+Green+Blue) = 180+44+58=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42C3A is #4BD3C5. Grayscale: #565656. Windows color (decimal): -4969414 or 3812532. OLE color: 3812532.

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

Color convert

RGB 180 44 58 -
CMYK 0 0.76 0.68 0.29
HSL 353.82º 0.61% 0.44% -
HSV(B) 353.82º 0.76% 0.71% -
XYZ 20.49 11.81 5.2 -
YUV 86.26 112.06 194.86 -
System Red Green Blue C M Y K H S L
Decimal 180 44 58 0 0.76 0.68 0.29 353.82 0.61 0.44
Hex B4 2C 3A 0 4C 44 1D 162 3D 2C
Octal 264 54 72 0 114 104 35 542 75 54
Binary 10110100 101100 111010 0 1001100 1000100 11101 101100010 111101 101100

Color Harmonies of #B42C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42C3A

Black with #B42C3A

Text Example


Text Example

White with #B42C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42C3A; }

 p { color: rgb(180,44,58); }

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

background-color css

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

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

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

border-color css

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

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

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