Html Css Color HEX #B5183A Cardinal

📋 copy color: '#B5183A'

red 181 ◦ green 24 ◦ blue 58

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

Shades of Cardinal #B5183A

Tints of Cardinal #B5183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.13%

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

R = 68.82%
G = 9.13%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5183A (or 0xB5183A) is known color: Cardinal. HEX triplet: B5, 18 and 3A. RGB value is (181,24,58). Sum of RGB (Red+Green+Blue) = 181+24+58=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B5183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5183A is #4AE7C5. Grayscale: #4A4A4A. Windows color (decimal): -4908998 or 3807413. OLE color: 3807413.

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

Color convert

RGB 181 24 58 -
CMYK 0 0.87 0.68 0.29
HSL 347.01º 0.77% 0.4% -
HSV(B) 347.01º 0.87% 0.71% -
XYZ 20.15 10.78 5.02 -
YUV 74.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 181 24 58 0 0.87 0.68 0.29 347.01 0.77 0.4
Hex B5 18 3A 0 57 44 1D 15B 4D 28
Octal 265 30 72 0 127 104 35 533 115 50
Binary 10110101 11000 111010 0 1010111 1000100 11101 101011011 1001101 101000

Color Harmonies of #B5183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5183A

Black with #B5183A

Text Example


Text Example

White with #B5183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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