Html Css Color HEX #B50838 Cardinal

📋 copy color: '#B50838'

red 181 ◦ green 8 ◦ blue 56

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

Shades of Cardinal #B50838

Tints of Cardinal #B50838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

 BLUE value IS 56 (22.27% from 255) = 22.86%

R = 73.88%
G = 3.27%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B50838 (or 0xB50838) is known color: Cardinal. HEX triplet: B5, 08 and 38. RGB value is (181,8,56). Sum of RGB (Red+Green+Blue) = 181+8+56=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B50838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50838 is #4AF7C7. Grayscale: #414141. Windows color (decimal): -4913096 or 3672245. OLE color: 3672245.

HSL color Cylindrical-coordinate representation of color #B50838: hue angle of 343.35º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50838 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 8 56 -
CMYK 0 0.96 0.69 0.29
HSL 343.35º 0.92% 0.37% -
HSV(B) 343.35º 0.96% 0.71% -
XYZ 19.86 10.28 4.68 -
YUV 65.2 122.81 210.6 -
System Red Green Blue C M Y K H S L
Decimal 181 8 56 0 0.96 0.69 0.29 343.35 0.92 0.37
Hex B5 8 38 0 60 45 1D 157 5C 25
Octal 265 10 70 0 140 105 35 527 134 45
Binary 10110101 1000 111000 0 1100000 1000101 11101 101010111 1011100 100101

Color Harmonies of #B50838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50838

Black with #B50838

Text Example


Text Example

White with #B50838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50838; }

 p { color: rgb(181,8,56); }

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

background-color css

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

 a { background-color: rgb(181,8,56); }

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

border-color css

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

 span { border-color: rgb(181,8,56); }

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