Html Css Color HEX #B50235 Cardinal

📋 copy color: '#B50235'

red 181 ◦ green 2 ◦ blue 53

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

Shades of Cardinal #B50235

Tints of Cardinal #B50235

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 76.69%
G = 0.85%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B50235 (or 0xB50235) is known color: Cardinal. HEX triplet: B5, 02 and 35. RGB value is (181,2,53). Sum of RGB (Red+Green+Blue) = 181+2+53=236 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.69% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 181 - color contains mainly: red. Hex color #B50235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50235 is #4AFDCA. Grayscale: #3D3D3D. Windows color (decimal): -4914635 or 3474101. OLE color: 3474101.

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

Color convert

RGB 181 2 53 -
CMYK 0 0.99 0.71 0.29
HSL 342.91º 0.98% 0.36% -
HSV(B) 342.91º 0.99% 0.71% -
XYZ 19.72 10.12 4.28 -
YUV 61.34 123.3 213.35 -
System Red Green Blue C M Y K H S L
Decimal 181 2 53 0 0.99 0.71 0.29 342.91 0.98 0.36
Hex B5 2 35 0 63 47 1D 157 62 24
Octal 265 2 65 0 143 107 35 527 142 44
Binary 10110101 10 110101 0 1100011 1000111 11101 101010111 1100010 100100

Color Harmonies of #B50235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50235

Black with #B50235

Text Example


Text Example

White with #B50235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50235; }

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

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

background-color css

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

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

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

border-color css

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

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

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