Html Css Color HEX #B50945 Cardinal

📋 copy color: '#B50945'

red 181 ◦ green 9 ◦ blue 69

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

Shades of Cardinal #B50945

Tints of Cardinal #B50945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.64%

R = 69.88%
G = 3.47%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B50945 (or 0xB50945) is known color: Cardinal. HEX triplet: B5, 09 and 45. RGB value is (181,9,69). Sum of RGB (Red+Green+Blue) = 181+9+69=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B50945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50945 is #4AF6BA. Grayscale: #434343. Windows color (decimal): -4912827 or 4524469. OLE color: 4524469.

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

Color convert

RGB 181 9 69 -
CMYK 0 0.95 0.62 0.29
HSL 339.07º 0.91% 0.37% -
HSV(B) 339.07º 0.95% 0.71% -
XYZ 20.23 10.45 6.58 -
YUV 67.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 181 9 69 0 0.95 0.62 0.29 339.07 0.91 0.37
Hex B5 9 45 0 5F 3E 1D 153 5B 25
Octal 265 11 105 0 137 76 35 523 133 45
Binary 10110101 1001 1000101 0 1011111 111110 11101 101010011 1011011 100101

Color Harmonies of #B50945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50945

Black with #B50945

Text Example


Text Example

White with #B50945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50945; }

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

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

background-color css

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

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

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

border-color css

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

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

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