Html Css Color HEX #B42D3A Brick Red

📋 copy color: '#B42D3A'

red 180 ◦ green 45 ◦ blue 58

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

Shades of Brick Red #B42D3A

Tints of Brick Red #B42D3A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.9%

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

R = 63.6%
G = 15.9%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B42D3A (or 0xB42D3A) is known color: Brick Red. HEX triplet: B4, 2D and 3A. RGB value is (180,45,58). Sum of RGB (Red+Green+Blue) = 180+45+58=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D3A is #4BD2C5. Grayscale: #565656. Windows color (decimal): -4969158 or 3812788. OLE color: 3812788.

HSL color Cylindrical-coordinate representation of color #B42D3A: hue angle of 354.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42D3A is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 45 58 -
CMYK 0 0.75 0.68 0.29
HSL 354.22º 0.6% 0.44% -
HSV(B) 354.22º 0.75% 0.71% -
XYZ 20.52 11.89 5.22 -
YUV 86.85 111.73 194.44 -
System Red Green Blue C M Y K H S L
Decimal 180 45 58 0 0.75 0.68 0.29 354.22 0.6 0.44
Hex B4 2D 3A 0 4B 44 1D 162 3C 2C
Octal 264 55 72 0 113 104 35 542 74 54
Binary 10110100 101101 111010 0 1001011 1000100 11101 101100010 111100 101100

Color Harmonies of #B42D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42D3A

Black with #B42D3A

Text Example


Text Example

White with #B42D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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