Html Css Color HEX #B5123B Cardinal

📋 copy color: '#B5123B'

red 181 ◦ green 18 ◦ blue 59

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

Shades of Cardinal #B5123B

Tints of Cardinal #B5123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.87%

R = 70.16%
G = 6.98%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5123B (or 0xB5123B) is known color: Cardinal. HEX triplet: B5, 12 and 3B. RGB value is (181,18,59). Sum of RGB (Red+Green+Blue) = 181+18+59=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B5123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5123B is #4AEDC4. Grayscale: #474747. Windows color (decimal): -4910533 or 3871413. OLE color: 3871413.

HSL color Cylindrical-coordinate representation of color #B5123B: hue angle of 344.91º 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 #B5123B is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 18 59 -
CMYK 0 0.90 0.67 0.29
HSL 344.91º 0.82% 0.39% -
HSV(B) 344.91º 0.9% 0.71% -
XYZ 20.06 10.57 5.12 -
YUV 71.41 121 206.17 -
System Red Green Blue C M Y K H S L
Decimal 181 18 59 0 0.90 0.67 0.29 344.91 0.82 0.39
Hex B5 12 3B 0 5A 43 1D 159 52 27
Octal 265 22 73 0 132 103 35 531 122 47
Binary 10110101 10010 111011 0 1011010 1000011 11101 101011001 1010010 100111

Color Harmonies of #B5123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5123B

Black with #B5123B

Text Example


Text Example

White with #B5123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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