Html Css Color HEX #B50935 Cardinal

📋 copy color: '#B50935'

red 181 ◦ green 9 ◦ blue 53

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

Shades of Cardinal #B50935

Tints of Cardinal #B50935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.7%

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

R = 74.49%
G = 3.7%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B50935 (or 0xB50935) is known color: Cardinal. HEX triplet: B5, 09 and 35. RGB value is (181,9,53). Sum of RGB (Red+Green+Blue) = 181+9+53=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B50935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50935 is #4AF6CA. Grayscale: #414141. Windows color (decimal): -4912843 or 3475893. OLE color: 3475893.

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

Color convert

RGB 181 9 53 -
CMYK 0 0.95 0.71 0.29
HSL 344.65º 0.91% 0.37% -
HSV(B) 344.65º 0.95% 0.71% -
XYZ 19.8 10.28 4.31 -
YUV 65.44 120.98 210.42 -
System Red Green Blue C M Y K H S L
Decimal 181 9 53 0 0.95 0.71 0.29 344.65 0.91 0.37
Hex B5 9 35 0 5F 47 1D 159 5B 25
Octal 265 11 65 0 137 107 35 531 133 45
Binary 10110101 1001 110101 0 1011111 1000111 11101 101011001 1011011 100101

Color Harmonies of #B50935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50935

Black with #B50935

Text Example


Text Example

White with #B50935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50935; }

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

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

background-color css

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

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

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

border-color css

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

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

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