Html Css Color HEX #B51F3A Cardinal

📋 copy color: '#B51F3A'

red 181 ◦ green 31 ◦ blue 58

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

Shades of Cardinal #B51F3A

Tints of Cardinal #B51F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 67.04%
G = 11.48%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B51F3A (or 0xB51F3A) is known color: Cardinal. HEX triplet: B5, 1F and 3A. RGB value is (181,31,58). Sum of RGB (Red+Green+Blue) = 181+31+58=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B51F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51F3A is #4AE0C5. Grayscale: #4E4E4E. Windows color (decimal): -4907206 or 3809205. OLE color: 3809205.

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

Color convert

RGB 181 31 58 -
CMYK 0 0.83 0.68 0.29
HSL 349.2º 0.71% 0.42% -
HSV(B) 349.2º 0.83% 0.71% -
XYZ 20.31 11.11 5.08 -
YUV 78.93 116.2 200.8 -
System Red Green Blue C M Y K H S L
Decimal 181 31 58 0 0.83 0.68 0.29 349.2 0.71 0.42
Hex B5 1F 3A 0 53 44 1D 15D 47 2A
Octal 265 37 72 0 123 104 35 535 107 52
Binary 10110101 11111 111010 0 1010011 1000100 11101 101011101 1000111 101010

Color Harmonies of #B51F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51F3A

Black with #B51F3A

Text Example


Text Example

White with #B51F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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