Html Css Color HEX #B5053A Cardinal

📋 copy color: '#B5053A'

red 181 ◦ green 5 ◦ blue 58

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

Shades of Cardinal #B5053A

Tints of Cardinal #B5053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.05%

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

R = 74.18%
G = 2.05%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5053A (or 0xB5053A) is known color: Cardinal. HEX triplet: B5, 05 and 3A. RGB value is (181,5,58). Sum of RGB (Red+Green+Blue) = 181+5+58=244 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.18% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 181 - color contains mainly: red. Hex color #B5053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5053A is #4AFAC5. Grayscale: #3F3F3F. Windows color (decimal): -4913862 or 3802549. OLE color: 3802549.

HSL color Cylindrical-coordinate representation of color #B5053A: hue angle of 341.93º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5053A is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 5 58 -
CMYK 0 0.97 0.68 0.29
HSL 341.93º 0.95% 0.36% -
HSV(B) 341.93º 0.97% 0.71% -
XYZ 19.87 10.24 4.93 -
YUV 63.67 124.81 211.69 -
System Red Green Blue C M Y K H S L
Decimal 181 5 58 0 0.97 0.68 0.29 341.93 0.95 0.36
Hex B5 5 3A 0 61 44 1D 156 5F 24
Octal 265 5 72 0 141 104 35 526 137 44
Binary 10110101 101 111010 0 1100001 1000100 11101 101010110 1011111 100100

Color Harmonies of #B5053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5053A

Black with #B5053A

Text Example


Text Example

White with #B5053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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