Html Css Color HEX #B50638 Cardinal

📋 copy color: '#B50638'

red 181 ◦ green 6 ◦ blue 56

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

Shades of Cardinal #B50638

Tints of Cardinal #B50638

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.47%

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

R = 74.49%
G = 2.47%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B50638 (or 0xB50638) is known color: Cardinal. HEX triplet: B5, 06 and 38. RGB value is (181,6,56). Sum of RGB (Red+Green+Blue) = 181+6+56=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B50638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50638 is #4AF9C7. Grayscale: #404040. Windows color (decimal): -4913608 or 3671733. OLE color: 3671733.

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

Color convert

RGB 181 6 56 -
CMYK 0 0.97 0.69 0.29
HSL 342.86º 0.94% 0.37% -
HSV(B) 342.86º 0.97% 0.71% -
XYZ 19.83 10.24 4.67 -
YUV 64.03 123.48 211.43 -
System Red Green Blue C M Y K H S L
Decimal 181 6 56 0 0.97 0.69 0.29 342.86 0.94 0.37
Hex B5 6 38 0 61 45 1D 157 5E 25
Octal 265 6 70 0 141 105 35 527 136 45
Binary 10110101 110 111000 0 1100001 1000101 11101 101010111 1011110 100101

Color Harmonies of #B50638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50638

Black with #B50638

Text Example


Text Example

White with #B50638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50638; }

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

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

background-color css

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

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

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

border-color css

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

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

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