Html Css Color HEX #B51A2E Cardinal

📋 copy color: '#B51A2E'

red 181 ◦ green 26 ◦ blue 46

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

Shades of Cardinal #B51A2E

Tints of Cardinal #B51A2E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.28%

 BLUE value IS 46 (18.36% from 255) = 18.18%

R = 71.54%
G = 10.28%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B51A2E (or 0xB51A2E) is known color: Cardinal. HEX triplet: B5, 1A and 2E. RGB value is (181,26,46). Sum of RGB (Red+Green+Blue) = 181+26+46=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51A2E is #4AE5D1. Grayscale: #4A4A4A. Windows color (decimal): -4908498 or 3021493. OLE color: 3021493.

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

Color convert

RGB 181 26 46 -
CMYK 0 0.86 0.75 0.29
HSL 352.26º 0.75% 0.41% -
HSV(B) 352.26º 0.86% 0.71% -
XYZ 19.92 10.76 3.61 -
YUV 74.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 181 26 46 0 0.86 0.75 0.29 352.26 0.75 0.41
Hex B5 1A 2E 0 56 4B 1D 160 4B 29
Octal 265 32 56 0 126 113 35 540 113 51
Binary 10110101 11010 101110 0 1010110 1001011 11101 101100000 1001011 101001

Color Harmonies of #B51A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51A2E

Black with #B51A2E

Text Example


Text Example

White with #B51A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51A2E; }

 p { color: rgb(181,26,46); }

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

background-color css

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

 a { background-color: rgb(181,26,46); }

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

border-color css

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

 span { border-color: rgb(181,26,46); }

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