Html Css Color HEX #B0363E Brick Red

📋 copy color: '#B0363E'

red 176 ◦ green 54 ◦ blue 62

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

Shades of Brick Red #B0363E

Tints of Brick Red #B0363E

RGB

 RED value IS 176 (69.14% from 255) = 60.27%

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

 BLUE value IS 62 (24.61% from 255) = 21.23%

R = 60.27%
G = 18.49%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0363E (or 0xB0363E) is known color: Brick Red. HEX triplet: B0, 36 and 3E. RGB value is (176,54,62). Sum of RGB (Red+Green+Blue) = 176+54+62=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B0363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0363E is #4FC9C1. Grayscale: #5B5B5B. Windows color (decimal): -5228994 or 4077232. OLE color: 4077232.

HSL color Cylindrical-coordinate representation of color #B0363E: hue angle of 356.07º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0363E is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 54 62 -
CMYK 0 0.69 0.65 0.31
HSL 356.07º 0.53% 0.45% -
HSV(B) 356.07º 0.69% 0.69% -
XYZ 20.09 12.22 5.86 -
YUV 91.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 176 54 62 0 0.69 0.65 0.31 356.07 0.53 0.45
Hex B0 36 3E 0 45 41 1F 164 35 2D
Octal 260 66 76 0 105 101 37 544 65 55
Binary 10110000 110110 111110 0 1000101 1000001 11111 101100100 110101 101101

Color Harmonies of #B0363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0363E

Black with #B0363E

Text Example


Text Example

White with #B0363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0363E; }

 p { color: rgb(176,54,62); }

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

background-color css

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

 a { background-color: rgb(176,54,62); }

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

border-color css

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

 span { border-color: rgb(176,54,62); }

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