Html Css Color HEX #B5272F Cardinal

📋 copy color: '#B5272F'

red 181 ◦ green 39 ◦ blue 47

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

Shades of Cardinal #B5272F

Tints of Cardinal #B5272F

RGB

 RED value IS 181 (71.09% from 255) = 67.79%

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

 BLUE value IS 47 (18.75% from 255) = 17.6%

R = 67.79%
G = 14.61%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B5272F (or 0xB5272F) is known color: Cardinal. HEX triplet: B5, 27 and 2F. RGB value is (181,39,47). Sum of RGB (Red+Green+Blue) = 181+39+47=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B5272F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5272F is #4AD8D0. Grayscale: #525252. Windows color (decimal): -4905169 or 3090357. OLE color: 3090357.

HSL color Cylindrical-coordinate representation of color #B5272F: hue angle of 356.62º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5272F is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 39 47 -
CMYK 0 0.78 0.74 0.29
HSL 356.62º 0.65% 0.43% -
HSV(B) 356.62º 0.78% 0.71% -
XYZ 20.29 11.48 3.84 -
YUV 82.37 108.04 198.35 -
System Red Green Blue C M Y K H S L
Decimal 181 39 47 0 0.78 0.74 0.29 356.62 0.65 0.43
Hex B5 27 2F 0 4E 4A 1D 165 41 2B
Octal 265 47 57 0 116 112 35 545 101 53
Binary 10110101 100111 101111 0 1001110 1001010 11101 101100101 1000001 101011

Color Harmonies of #B5272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5272F

Black with #B5272F

Text Example


Text Example

White with #B5272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5272F; }

 p { color: rgb(181,39,47); }

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

background-color css

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

 a { background-color: rgb(181,39,47); }

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

border-color css

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

 span { border-color: rgb(181,39,47); }

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