Html Css Color HEX #B64143 Brick Red

📋 copy color: '#B64143'

red 182 ◦ green 65 ◦ blue 67

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

Shades of Brick Red #B64143

Tints of Brick Red #B64143

RGB

 RED value IS 182 (71.48% from 255) = 57.96%

 GREEN value IS 65 (25.78% from 255) = 20.7%

 BLUE value IS 67 (26.56% from 255) = 21.34%

R = 57.96%
G = 20.7%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B64143 (or 0xB64143) is known color: Brick Red. HEX triplet: B6, 41 and 43. RGB value is (182,65,67). Sum of RGB (Red+Green+Blue) = 182+65+67=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B64143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64143 is #49BEBC. Grayscale: #646464. Windows color (decimal): -4832957 or 4407734. OLE color: 4407734.

HSL color Cylindrical-coordinate representation of color #B64143: hue angle of 358.97º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64143 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 65 67 -
CMYK 0 0.64 0.63 0.29
HSL 358.97º 0.47% 0.48% -
HSV(B) 358.97º 0.64% 0.71% -
XYZ 22.19 14.13 6.87 -
YUV 100.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 182 65 67 0 0.64 0.63 0.29 358.97 0.47 0.48
Hex B6 41 43 0 40 3F 1D 167 2F 30
Octal 266 101 103 0 100 77 35 547 57 60
Binary 10110110 1000001 1000011 0 1000000 111111 11101 101100111 101111 110000

Color Harmonies of #B64143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64143

Black with #B64143

Text Example


Text Example

White with #B64143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64143; }

 p { color: rgb(182,65,67); }

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

background-color css

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

 a { background-color: rgb(182,65,67); }

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

border-color css

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

 span { border-color: rgb(182,65,67); }

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