Html Css Color HEX #B50835 Cardinal

📋 copy color: '#B50835'

red 181 ◦ green 8 ◦ blue 53

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

Shades of Cardinal #B50835

Tints of Cardinal #B50835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.9%

R = 74.79%
G = 3.31%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B50835 (or 0xB50835) is known color: Cardinal. HEX triplet: B5, 08 and 35. RGB value is (181,8,53). Sum of RGB (Red+Green+Blue) = 181+8+53=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B50835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50835 is #4AF7CA. Grayscale: #404040. Windows color (decimal): -4913099 or 3475637. OLE color: 3475637.

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

Color convert

RGB 181 8 53 -
CMYK 0 0.96 0.71 0.29
HSL 344.39º 0.92% 0.37% -
HSV(B) 344.39º 0.96% 0.71% -
XYZ 19.79 10.25 4.3 -
YUV 64.86 121.31 210.84 -
System Red Green Blue C M Y K H S L
Decimal 181 8 53 0 0.96 0.71 0.29 344.39 0.92 0.37
Hex B5 8 35 0 60 47 1D 158 5C 25
Octal 265 10 65 0 140 107 35 530 134 45
Binary 10110101 1000 110101 0 1100000 1000111 11101 101011000 1011100 100101

Color Harmonies of #B50835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50835

Black with #B50835

Text Example


Text Example

White with #B50835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50835; }

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

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

background-color css

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

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

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

border-color css

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

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

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