Html Css Color HEX #B5273A Cardinal

📋 copy color: '#B5273A'

red 181 ◦ green 39 ◦ blue 58

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

Shades of Cardinal #B5273A

Tints of Cardinal #B5273A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.86%

R = 65.11%
G = 14.03%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5273A (or 0xB5273A) is known color: Cardinal. HEX triplet: B5, 27 and 3A. RGB value is (181,39,58). Sum of RGB (Red+Green+Blue) = 181+39+58=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5273A is #4AD8C5. Grayscale: #535353. Windows color (decimal): -4905158 or 3811253. OLE color: 3811253.

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

Color convert

RGB 181 39 58 -
CMYK 0 0.78 0.68 0.29
HSL 351.97º 0.65% 0.43% -
HSV(B) 351.97º 0.78% 0.71% -
XYZ 20.55 11.58 5.16 -
YUV 83.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 181 39 58 0 0.78 0.68 0.29 351.97 0.65 0.43
Hex B5 27 3A 0 4E 44 1D 160 41 2B
Octal 265 47 72 0 116 104 35 540 101 53
Binary 10110101 100111 111010 0 1001110 1000100 11101 101100000 1000001 101011

Color Harmonies of #B5273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5273A

Black with #B5273A

Text Example


Text Example

White with #B5273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5273A; }

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

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

background-color css

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

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

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

border-color css

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

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

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