Html Css Color HEX #B51D2B Cardinal

📋 copy color: '#B51D2B'

red 181 ◦ green 29 ◦ blue 43

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

Shades of Cardinal #B51D2B

Tints of Cardinal #B51D2B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.46%

 BLUE value IS 43 (17.19% from 255) = 17%

R = 71.54%
G = 11.46%
B = 17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B51D2B (or 0xB51D2B) is known color: Cardinal. HEX triplet: B5, 1D and 2B. RGB value is (181,29,43). Sum of RGB (Red+Green+Blue) = 181+29+43=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51D2B is #4AE2D4. Grayscale: #4C4C4C. Windows color (decimal): -4907733 or 2825653. OLE color: 2825653.

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

Color convert

RGB 181 29 43 -
CMYK 0 0.84 0.76 0.29
HSL 354.47º 0.72% 0.41% -
HSV(B) 354.47º 0.84% 0.71% -
XYZ 19.93 10.88 3.33 -
YUV 76.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 181 29 43 0 0.84 0.76 0.29 354.47 0.72 0.41
Hex B5 1D 2B 0 54 4C 1D 162 48 29
Octal 265 35 53 0 124 114 35 542 110 51
Binary 10110101 11101 101011 0 1010100 1001100 11101 101100010 1001000 101001

Color Harmonies of #B51D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51D2B

Black with #B51D2B

Text Example


Text Example

White with #B51D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51D2B; }

 p { color: rgb(181,29,43); }

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

background-color css

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

 a { background-color: rgb(181,29,43); }

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

border-color css

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

 span { border-color: rgb(181,29,43); }

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