Html Css Color HEX #B5292F Cardinal

📋 copy color: '#B5292F'

red 181 ◦ green 41 ◦ blue 47

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

Shades of Cardinal #B5292F

Tints of Cardinal #B5292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.24%

 BLUE value IS 47 (18.75% from 255) = 17.47%

R = 67.29%
G = 15.24%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B5292F (or 0xB5292F) is known color: Cardinal. HEX triplet: B5, 29 and 2F. RGB value is (181,41,47). Sum of RGB (Red+Green+Blue) = 181+41+47=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B5292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5292F is #4AD6D0. Grayscale: #535353. Windows color (decimal): -4904657 or 3090869. OLE color: 3090869.

HSL color Cylindrical-coordinate representation of color #B5292F: hue angle of 357.43º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5292F is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 47 -
CMYK 0 0.77 0.74 0.29
HSL 357.43º 0.63% 0.44% -
HSV(B) 357.43º 0.77% 0.71% -
XYZ 20.36 11.61 3.86 -
YUV 83.54 107.38 197.51 -
System Red Green Blue C M Y K H S L
Decimal 181 41 47 0 0.77 0.74 0.29 357.43 0.63 0.44
Hex B5 29 2F 0 4D 4A 1D 165 3F 2C
Octal 265 51 57 0 115 112 35 545 77 54
Binary 10110101 101001 101111 0 1001101 1001010 11101 101100101 111111 101100

Color Harmonies of #B5292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5292F

Black with #B5292F

Text Example


Text Example

White with #B5292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5292F; }

 p { color: rgb(181,41,47); }

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

background-color css

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

 a { background-color: rgb(181,41,47); }

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

border-color css

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

 span { border-color: rgb(181,41,47); }

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