Html Css Color HEX #B51E2A Cardinal

📋 copy color: '#B51E2A'

red 181 ◦ green 30 ◦ blue 42

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

Shades of Cardinal #B51E2A

Tints of Cardinal #B51E2A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.86%

 BLUE value IS 42 (16.8% from 255) = 16.6%

R = 71.54%
G = 11.86%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B51E2A (or 0xB51E2A) is known color: Cardinal. HEX triplet: B5, 1E and 2A. RGB value is (181,30,42). Sum of RGB (Red+Green+Blue) = 181+30+42=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51E2A is #4AE1D5. Grayscale: #4C4C4C. Windows color (decimal): -4907478 or 2760373. OLE color: 2760373.

HSL color Cylindrical-coordinate representation of color #B51E2A: hue angle of 355.23º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B51E2A is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 30 42 -
CMYK 0 0.83 0.77 0.29
HSL 355.23º 0.72% 0.41% -
HSV(B) 355.23º 0.83% 0.71% -
XYZ 19.94 10.92 3.25 -
YUV 76.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 181 30 42 0 0.83 0.77 0.29 355.23 0.72 0.41
Hex B5 1E 2A 0 53 4D 1D 163 48 29
Octal 265 36 52 0 123 115 35 543 110 51
Binary 10110101 11110 101010 0 1010011 1001101 11101 101100011 1001000 101001

Color Harmonies of #B51E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51E2A

Black with #B51E2A

Text Example


Text Example

White with #B51E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51E2A; }

 p { color: rgb(181,30,42); }

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

background-color css

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

 a { background-color: rgb(181,30,42); }

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

border-color css

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

 span { border-color: rgb(181,30,42); }

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