Html Css Color HEX #B51F2B Cardinal

📋 copy color: '#B51F2B'

red 181 ◦ green 31 ◦ blue 43

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

Shades of Cardinal #B51F2B

Tints of Cardinal #B51F2B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.16%

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

R = 70.98%
G = 12.16%
B = 16.86%

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

#B51F2B (or 0xB51F2B) is known color: Cardinal. HEX triplet: B5, 1F and 2B. RGB value is (181,31,43). Sum of RGB (Red+Green+Blue) = 181+31+43=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B51F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51F2B is #4AE0D4. Grayscale: #4D4D4D. Windows color (decimal): -4907221 or 2826165. OLE color: 2826165.

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

Color convert

RGB 181 31 43 -
CMYK 0 0.83 0.76 0.29
HSL 355.2º 0.71% 0.42% -
HSV(B) 355.2º 0.83% 0.71% -
XYZ 19.98 10.98 3.35 -
YUV 77.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 181 31 43 0 0.83 0.76 0.29 355.2 0.71 0.42
Hex B5 1F 2B 0 53 4C 1D 163 47 2A
Octal 265 37 53 0 123 114 35 543 107 52
Binary 10110101 11111 101011 0 1010011 1001100 11101 101100011 1000111 101010

Color Harmonies of #B51F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51F2B

Black with #B51F2B

Text Example


Text Example

White with #B51F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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