Html Css Color HEX #B4293A Cardinal

📋 copy color: '#B4293A'

red 180 ◦ green 41 ◦ blue 58

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

Shades of Cardinal #B4293A

Tints of Cardinal #B4293A

RGB

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

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

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

R = 64.52%
G = 14.7%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B4293A (or 0xB4293A) is known color: Cardinal. HEX triplet: B4, 29 and 3A. RGB value is (180,41,58). Sum of RGB (Red+Green+Blue) = 180+41+58=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B4293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4293A is #4BD6C5. Grayscale: #545454. Windows color (decimal): -4970182 or 3811764. OLE color: 3811764.

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

Color convert

RGB 180 41 58 -
CMYK 0 0.77 0.68 0.29
HSL 352.66º 0.63% 0.43% -
HSV(B) 352.66º 0.77% 0.71% -
XYZ 20.38 11.59 5.17 -
YUV 84.5 113.05 196.12 -
System Red Green Blue C M Y K H S L
Decimal 180 41 58 0 0.77 0.68 0.29 352.66 0.63 0.43
Hex B4 29 3A 0 4D 44 1D 161 3F 2B
Octal 264 51 72 0 115 104 35 541 77 53
Binary 10110100 101001 111010 0 1001101 1000100 11101 101100001 111111 101011

Color Harmonies of #B4293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4293A

Black with #B4293A

Text Example


Text Example

White with #B4293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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