Html Css Color HEX #B50633 Cardinal

📋 copy color: '#B50633'

red 181 ◦ green 6 ◦ blue 51

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

Shades of Cardinal #B50633

Tints of Cardinal #B50633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.43%

R = 76.05%
G = 2.52%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B50633 (or 0xB50633) is known color: Cardinal. HEX triplet: B5, 06 and 33. RGB value is (181,6,51). Sum of RGB (Red+Green+Blue) = 181+6+51=238 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.05% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 181 - color contains mainly: red. Hex color #B50633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50633 is #4AF9CC. Grayscale: #3F3F3F. Windows color (decimal): -4913613 or 3344053. OLE color: 3344053.

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

Color convert

RGB 181 6 51 -
CMYK 0 0.97 0.72 0.29
HSL 344.57º 0.94% 0.37% -
HSV(B) 344.57º 0.97% 0.71% -
XYZ 19.72 10.19 4.06 -
YUV 63.46 120.98 211.84 -
System Red Green Blue C M Y K H S L
Decimal 181 6 51 0 0.97 0.72 0.29 344.57 0.94 0.37
Hex B5 6 33 0 61 48 1D 159 5E 25
Octal 265 6 63 0 141 110 35 531 136 45
Binary 10110101 110 110011 0 1100001 1001000 11101 101011001 1011110 100101

Color Harmonies of #B50633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50633

Black with #B50633

Text Example


Text Example

White with #B50633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50633; }

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

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

background-color css

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

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

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

border-color css

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

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

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