Html Css Color HEX #B72F3E Brick Red

📋 copy color: '#B72F3E'

red 183 ◦ green 47 ◦ blue 62

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

Shades of Brick Red #B72F3E

Tints of Brick Red #B72F3E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.1%

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

R = 62.67%
G = 16.1%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B72F3E (or 0xB72F3E) is known color: Brick Red. HEX triplet: B7, 2F and 3E. RGB value is (183,47,62). Sum of RGB (Red+Green+Blue) = 183+47+62=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72F3E is #48D0C1. Grayscale: #595959. Windows color (decimal): -4772034 or 4075447. OLE color: 4075447.

HSL color Cylindrical-coordinate representation of color #B72F3E: hue angle of 353.38º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B72F3E is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 47 62 -
CMYK 0 0.74 0.66 0.28
HSL 353.38º 0.59% 0.45% -
HSV(B) 353.38º 0.74% 0.72% -
XYZ 21.41 12.45 5.83 -
YUV 89.37 112.56 194.78 -
System Red Green Blue C M Y K H S L
Decimal 183 47 62 0 0.74 0.66 0.28 353.38 0.59 0.45
Hex B7 2F 3E 0 4A 42 1C 161 3B 2D
Octal 267 57 76 0 112 102 34 541 73 55
Binary 10110111 101111 111110 0 1001010 1000010 11100 101100001 111011 101101

Color Harmonies of #B72F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72F3E

Black with #B72F3E

Text Example


Text Example

White with #B72F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72F3E; }

 p { color: rgb(183,47,62); }

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

background-color css

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

 a { background-color: rgb(183,47,62); }

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

border-color css

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

 span { border-color: rgb(183,47,62); }

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