Html Css Color HEX #B5153A Cardinal

📋 copy color: '#B5153A'

red 181 ◦ green 21 ◦ blue 58

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

Shades of Cardinal #B5153A

Tints of Cardinal #B5153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

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

R = 69.62%
G = 8.08%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5153A (or 0xB5153A) is known color: Cardinal. HEX triplet: B5, 15 and 3A. RGB value is (181,21,58). Sum of RGB (Red+Green+Blue) = 181+21+58=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5153A is #4AEAC5. Grayscale: #494949. Windows color (decimal): -4909766 or 3806645. OLE color: 3806645.

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

Color convert

RGB 181 21 58 -
CMYK 0 0.88 0.68 0.29
HSL 346.13º 0.79% 0.4% -
HSV(B) 346.13º 0.88% 0.71% -
XYZ 20.09 10.67 5 -
YUV 73.06 119.51 204.99 -
System Red Green Blue C M Y K H S L
Decimal 181 21 58 0 0.88 0.68 0.29 346.13 0.79 0.4
Hex B5 15 3A 0 58 44 1D 15A 4F 28
Octal 265 25 72 0 130 104 35 532 117 50
Binary 10110101 10101 111010 0 1011000 1000100 11101 101011010 1001111 101000

Color Harmonies of #B5153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5153A

Black with #B5153A

Text Example


Text Example

White with #B5153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5153A; }

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

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

background-color css

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

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

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

border-color css

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

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

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