Html Css Color HEX #B5013A Cardinal

📋 copy color: '#B5013A'

red 181 ◦ green 1 ◦ blue 58

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

Shades of Cardinal #B5013A

Tints of Cardinal #B5013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 75.42%
G = 0.42%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5013A (or 0xB5013A) is known color: Cardinal. HEX triplet: B5, 01 and 3A. RGB value is (181,1,58). Sum of RGB (Red+Green+Blue) = 181+1+58=240 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.42% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 181 - color contains mainly: red. Hex color #B5013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5013A is #4AFEC5. Grayscale: #3D3D3D. Windows color (decimal): -4914886 or 3801525. OLE color: 3801525.

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

Color convert

RGB 181 1 58 -
CMYK 0 0.99 0.68 0.29
HSL 341º 0.99% 0.36% -
HSV(B) 341º 0.99% 0.71% -
XYZ 19.83 10.15 4.92 -
YUV 61.32 126.13 213.37 -
System Red Green Blue C M Y K H S L
Decimal 181 1 58 0 0.99 0.68 0.29 341 0.99 0.36
Hex B5 1 3A 0 63 44 1D 155 63 24
Octal 265 1 72 0 143 104 35 525 143 44
Binary 10110101 1 111010 0 1100011 1000100 11101 101010101 1100011 100100

Color Harmonies of #B5013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5013A

Black with #B5013A

Text Example


Text Example

White with #B5013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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