Html Css Color HEX #B50833 Cardinal

📋 copy color: '#B50833'

red 181 ◦ green 8 ◦ blue 51

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

Shades of Cardinal #B50833

Tints of Cardinal #B50833

RGB

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

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

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

R = 75.42%
G = 3.33%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B50833 (or 0xB50833) is known color: Cardinal. HEX triplet: B5, 08 and 33. RGB value is (181,8,51). Sum of RGB (Red+Green+Blue) = 181+8+51=240 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.42% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 181 - color contains mainly: red. Hex color #B50833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50833 is #4AF7CC. Grayscale: #404040. Windows color (decimal): -4913101 or 3344565. OLE color: 3344565.

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

Color convert

RGB 181 8 51 -
CMYK 0 0.96 0.72 0.29
HSL 345.09º 0.92% 0.37% -
HSV(B) 345.09º 0.96% 0.71% -
XYZ 19.74 10.24 4.07 -
YUV 64.63 120.31 211 -
System Red Green Blue C M Y K H S L
Decimal 181 8 51 0 0.96 0.72 0.29 345.09 0.92 0.37
Hex B5 8 33 0 60 48 1D 159 5C 25
Octal 265 10 63 0 140 110 35 531 134 45
Binary 10110101 1000 110011 0 1100000 1001000 11101 101011001 1011100 100101

Color Harmonies of #B50833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50833

Black with #B50833

Text Example


Text Example

White with #B50833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50833; }

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

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

background-color css

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

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

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

border-color css

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

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

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