Html Css Color HEX #B4292E Cardinal

📋 copy color: '#B4292E'

red 180 ◦ green 41 ◦ blue 46

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

Shades of Cardinal #B4292E

Tints of Cardinal #B4292E

RGB

 RED value IS 180 (70.7% from 255) = 67.42%

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

 BLUE value IS 46 (18.36% from 255) = 17.23%

R = 67.42%
G = 15.36%
B = 17.23%

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

#B4292E (or 0xB4292E) is known color: Cardinal. HEX triplet: B4, 29 and 2E. RGB value is (180,41,46). Sum of RGB (Red+Green+Blue) = 180+41+46=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B4292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4292E is #4BD6D1. Grayscale: #535353. Windows color (decimal): -4970194 or 3025332. OLE color: 3025332.

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

Color convert

RGB 180 41 46 -
CMYK 0 0.77 0.74 0.29
HSL 357.84º 0.63% 0.43% -
HSV(B) 357.84º 0.77% 0.71% -
XYZ 20.11 11.49 3.74 -
YUV 83.13 107.05 197.09 -
System Red Green Blue C M Y K H S L
Decimal 180 41 46 0 0.77 0.74 0.29 357.84 0.63 0.43
Hex B4 29 2E 0 4D 4A 1D 166 3F 2B
Octal 264 51 56 0 115 112 35 546 77 53
Binary 10110100 101001 101110 0 1001101 1001010 11101 101100110 111111 101011

Color Harmonies of #B4292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4292E

Black with #B4292E

Text Example


Text Example

White with #B4292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4292E; }

 p { color: rgb(180,41,46); }

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

background-color css

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

 a { background-color: rgb(180,41,46); }

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

border-color css

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

 span { border-color: rgb(180,41,46); }

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