Html Css Color HEX #B5273F Cardinal

📋 copy color: '#B5273F'

red 181 ◦ green 39 ◦ blue 63

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

Shades of Cardinal #B5273F

Tints of Cardinal #B5273F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.26%

R = 63.96%
G = 13.78%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B5273F (or 0xB5273F) is known color: Cardinal. HEX triplet: B5, 27 and 3F. RGB value is (181,39,63). Sum of RGB (Red+Green+Blue) = 181+39+63=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B5273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5273F is #4AD8C0. Grayscale: #545454. Windows color (decimal): -4905153 or 4138933. OLE color: 4138933.

HSL color Cylindrical-coordinate representation of color #B5273F: hue angle of 349.86º 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 #B5273F is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 39 63 -
CMYK 0 0.78 0.65 0.29
HSL 349.86º 0.65% 0.43% -
HSV(B) 349.86º 0.78% 0.71% -
XYZ 20.68 11.63 5.86 -
YUV 84.19 116.04 197.05 -
System Red Green Blue C M Y K H S L
Decimal 181 39 63 0 0.78 0.65 0.29 349.86 0.65 0.43
Hex B5 27 3F 0 4E 41 1D 15E 41 2B
Octal 265 47 77 0 116 101 35 536 101 53
Binary 10110101 100111 111111 0 1001110 1000001 11101 101011110 1000001 101011

Color Harmonies of #B5273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5273F

Black with #B5273F

Text Example


Text Example

White with #B5273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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