Html Css Color HEX #B7272B Cardinal

📋 copy color: '#B7272B'

red 183 ◦ green 39 ◦ blue 43

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

Shades of Cardinal #B7272B

Tints of Cardinal #B7272B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.72%

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 69.06%
G = 14.72%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7272B (or 0xB7272B) is known color: Cardinal. HEX triplet: B7, 27 and 2B. RGB value is (183,39,43). Sum of RGB (Red+Green+Blue) = 183+39+43=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B7272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7272B is #48D8D4. Grayscale: #525252. Windows color (decimal): -4774101 or 2828215. OLE color: 2828215.

HSL color Cylindrical-coordinate representation of color #B7272B: hue angle of 358.33º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7272B is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 39 43 -
CMYK 0 0.79 0.77 0.28
HSL 358.33º 0.65% 0.44% -
HSV(B) 358.33º 0.79% 0.72% -
XYZ 20.69 11.69 3.45 -
YUV 82.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 183 39 43 0 0.79 0.77 0.28 358.33 0.65 0.44
Hex B7 27 2B 0 4F 4D 1C 166 41 2C
Octal 267 47 53 0 117 115 34 546 101 54
Binary 10110111 100111 101011 0 1001111 1001101 11100 101100110 1000001 101100

Color Harmonies of #B7272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7272B

Black with #B7272B

Text Example


Text Example

White with #B7272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7272B; }

 p { color: rgb(183,39,43); }

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

background-color css

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

 a { background-color: rgb(183,39,43); }

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

border-color css

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

 span { border-color: rgb(183,39,43); }

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