Html Css Color HEX #B5123A Cardinal

📋 copy color: '#B5123A'

red 181 ◦ green 18 ◦ blue 58

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

Shades of Cardinal #B5123A

Tints of Cardinal #B5123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

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

R = 70.43%
G = 7%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5123A (or 0xB5123A) is known color: Cardinal. HEX triplet: B5, 12 and 3A. RGB value is (181,18,58). Sum of RGB (Red+Green+Blue) = 181+18+58=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B5123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5123A is #4AEDC5. Grayscale: #474747. Windows color (decimal): -4910534 or 3805877. OLE color: 3805877.

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

Color convert

RGB 181 18 58 -
CMYK 0 0.90 0.68 0.29
HSL 345.28º 0.82% 0.39% -
HSV(B) 345.28º 0.9% 0.71% -
XYZ 20.04 10.56 4.99 -
YUV 71.3 120.5 206.25 -
System Red Green Blue C M Y K H S L
Decimal 181 18 58 0 0.90 0.68 0.29 345.28 0.82 0.39
Hex B5 12 3A 0 5A 44 1D 159 52 27
Octal 265 22 72 0 132 104 35 531 122 47
Binary 10110101 10010 111010 0 1011010 1000100 11101 101011001 1010010 100111

Color Harmonies of #B5123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5123A

Black with #B5123A

Text Example


Text Example

White with #B5123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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