Html Css Color HEX #B4363C Brick Red

📋 copy color: '#B4363C'

red 180 ◦ green 54 ◦ blue 60

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

Shades of Brick Red #B4363C

Tints of Brick Red #B4363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.37%

 BLUE value IS 60 (23.83% from 255) = 20.41%

R = 61.22%
G = 18.37%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4363C (or 0xB4363C) is known color: Brick Red. HEX triplet: B4, 36 and 3C. RGB value is (180,54,60). Sum of RGB (Red+Green+Blue) = 180+54+60=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B4363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4363C is #4BC9C3. Grayscale: #5C5C5C. Windows color (decimal): -4966852 or 3946164. OLE color: 3946164.

HSL color Cylindrical-coordinate representation of color #B4363C: hue angle of 357.14º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4363C is Cyan = 0, Magento = 0.7, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 54 60 -
CMYK 0 0.7 0.67 0.29
HSL 357.14º 0.54% 0.46% -
HSV(B) 357.14º 0.7% 0.71% -
XYZ 20.96 12.67 5.62 -
YUV 92.36 109.74 190.51 -
System Red Green Blue C M Y K H S L
Decimal 180 54 60 0 0.7 0.67 0.29 357.14 0.54 0.46
Hex B4 36 3C 0 46 43 1D 165 36 2E
Octal 264 66 74 0 106 103 35 545 66 56
Binary 10110100 110110 111100 0 1000110 1000011 11101 101100101 110110 101110

Color Harmonies of #B4363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4363C

Black with #B4363C

Text Example


Text Example

White with #B4363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4363C; }

 p { color: rgb(180,54,60); }

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

background-color css

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

 a { background-color: rgb(180,54,60); }

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

border-color css

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

 span { border-color: rgb(180,54,60); }

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