Html Css Color HEX #B51635 Cardinal

📋 copy color: '#B51635'

red 181 ◦ green 22 ◦ blue 53

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

Shades of Cardinal #B51635

Tints of Cardinal #B51635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.59%

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

R = 70.7%
G = 8.59%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B51635 (or 0xB51635) is known color: Cardinal. HEX triplet: B5, 16 and 35. RGB value is (181,22,53). Sum of RGB (Red+Green+Blue) = 181+22+53=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B51635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51635 is #4AE9CA. Grayscale: #494949. Windows color (decimal): -4909515 or 3479221. OLE color: 3479221.

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

Color convert

RGB 181 22 53 -
CMYK 0 0.88 0.71 0.29
HSL 348.3º 0.78% 0.4% -
HSV(B) 348.3º 0.88% 0.71% -
XYZ 19.99 10.65 4.37 -
YUV 73.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 181 22 53 0 0.88 0.71 0.29 348.3 0.78 0.4
Hex B5 16 35 0 58 47 1D 15C 4E 28
Octal 265 26 65 0 130 107 35 534 116 50
Binary 10110101 10110 110101 0 1011000 1000111 11101 101011100 1001110 101000

Color Harmonies of #B51635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51635

Black with #B51635

Text Example


Text Example

White with #B51635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51635; }

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

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

background-color css

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

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

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

border-color css

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

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

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