Html Css Color HEX #B51E2B Cardinal

📋 copy color: '#B51E2B'

red 181 ◦ green 30 ◦ blue 43

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

Shades of Cardinal #B51E2B

Tints of Cardinal #B51E2B

RGB

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

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

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

R = 71.26%
G = 11.81%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B51E2B (or 0xB51E2B) is known color: Cardinal. HEX triplet: B5, 1E and 2B. RGB value is (181,30,43). Sum of RGB (Red+Green+Blue) = 181+30+43=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51E2B is #4AE1D4. Grayscale: #4C4C4C. Windows color (decimal): -4907477 or 2825909. OLE color: 2825909.

HSL color Cylindrical-coordinate representation of color #B51E2B: hue angle of 354.83º 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 #B51E2B is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 30 43 -
CMYK 0 0.83 0.76 0.29
HSL 354.83º 0.72% 0.41% -
HSV(B) 354.83º 0.83% 0.71% -
XYZ 19.96 10.93 3.34 -
YUV 76.63 109.03 202.44 -
System Red Green Blue C M Y K H S L
Decimal 181 30 43 0 0.83 0.76 0.29 354.83 0.72 0.41
Hex B5 1E 2B 0 53 4C 1D 163 48 29
Octal 265 36 53 0 123 114 35 543 110 51
Binary 10110101 11110 101011 0 1010011 1001100 11101 101100011 1001000 101001

Color Harmonies of #B51E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51E2B

Black with #B51E2B

Text Example


Text Example

White with #B51E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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