Html Css Color HEX #B73441 Brick Red

📋 copy color: '#B73441'

red 183 ◦ green 52 ◦ blue 65

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

Shades of Brick Red #B73441

Tints of Brick Red #B73441

RGB

 RED value IS 183 (71.88% from 255) = 61%

 GREEN value IS 52 (20.7% from 255) = 17.33%

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 61%
G = 17.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B73441 (or 0xB73441) is known color: Brick Red. HEX triplet: B7, 34 and 41. RGB value is (183,52,65). Sum of RGB (Red+Green+Blue) = 183+52+65=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B73441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73441 is #48CBBE. Grayscale: #5C5C5C. Windows color (decimal): -4770751 or 4273335. OLE color: 4273335.

HSL color Cylindrical-coordinate representation of color #B73441: hue angle of 354.05º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73441 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 52 65 -
CMYK 0 0.72 0.64 0.28
HSL 354.05º 0.56% 0.46% -
HSV(B) 354.05º 0.72% 0.72% -
XYZ 21.71 12.9 6.35 -
YUV 92.65 112.4 192.44 -
System Red Green Blue C M Y K H S L
Decimal 183 52 65 0 0.72 0.64 0.28 354.05 0.56 0.46
Hex B7 34 41 0 48 40 1C 162 38 2E
Octal 267 64 101 0 110 100 34 542 70 56
Binary 10110111 110100 1000001 0 1001000 1000000 11100 101100010 111000 101110

Color Harmonies of #B73441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73441

Black with #B73441

Text Example


Text Example

White with #B73441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73441; }

 p { color: rgb(183,52,65); }

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

background-color css

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

 a { background-color: rgb(183,52,65); }

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

border-color css

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

 span { border-color: rgb(183,52,65); }

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