Html Css Color HEX #B50C43 Cardinal

📋 copy color: '#B50C43'

red 181 ◦ green 12 ◦ blue 67

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

Shades of Cardinal #B50C43

Tints of Cardinal #B50C43

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.62%

 BLUE value IS 67 (26.56% from 255) = 25.77%

R = 69.62%
G = 4.62%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B50C43 (or 0xB50C43) is known color: Cardinal. HEX triplet: B5, 0C and 43. RGB value is (181,12,67). Sum of RGB (Red+Green+Blue) = 181+12+67=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50C43 is #4AF3BC. Grayscale: #444444. Windows color (decimal): -4912061 or 4394165. OLE color: 4394165.

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

Color convert

RGB 181 12 67 -
CMYK 0 0.93 0.63 0.29
HSL 340.47º 0.88% 0.38% -
HSV(B) 340.47º 0.93% 0.71% -
XYZ 20.2 10.49 6.27 -
YUV 68.8 126.99 208.03 -
System Red Green Blue C M Y K H S L
Decimal 181 12 67 0 0.93 0.63 0.29 340.47 0.88 0.38
Hex B5 C 43 0 5D 3F 1D 154 58 26
Octal 265 14 103 0 135 77 35 524 130 46
Binary 10110101 1100 1000011 0 1011101 111111 11101 101010100 1011000 100110

Color Harmonies of #B50C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50C43

Black with #B50C43

Text Example


Text Example

White with #B50C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50C43; }

 p { color: rgb(181,12,67); }

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

background-color css

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

 a { background-color: rgb(181,12,67); }

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

border-color css

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

 span { border-color: rgb(181,12,67); }

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