Html Css Color HEX #B5063A Cardinal

📋 copy color: '#B5063A'

red 181 ◦ green 6 ◦ blue 58

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

Shades of Cardinal #B5063A

Tints of Cardinal #B5063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.45%

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

R = 73.88%
G = 2.45%
B = 23.67%

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

#B5063A (or 0xB5063A) is known color: Cardinal. HEX triplet: B5, 06 and 3A. RGB value is (181,6,58). Sum of RGB (Red+Green+Blue) = 181+6+58=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B5063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5063A is #4AF9C5. Grayscale: #404040. Windows color (decimal): -4913606 or 3802805. OLE color: 3802805.

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

Color convert

RGB 181 6 58 -
CMYK 0 0.97 0.68 0.29
HSL 342.17º 0.94% 0.37% -
HSV(B) 342.17º 0.97% 0.71% -
XYZ 19.88 10.26 4.94 -
YUV 64.25 124.48 211.27 -
System Red Green Blue C M Y K H S L
Decimal 181 6 58 0 0.97 0.68 0.29 342.17 0.94 0.37
Hex B5 6 3A 0 61 44 1D 156 5E 25
Octal 265 6 72 0 141 104 35 526 136 45
Binary 10110101 110 111010 0 1100001 1000100 11101 101010110 1011110 100101

Color Harmonies of #B5063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5063A

Black with #B5063A

Text Example


Text Example

White with #B5063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5063A; }

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

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

background-color css

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

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

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

border-color css

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

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

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