Html Css Color HEX #B4273F Cardinal

📋 copy color: '#B4273F'

red 180 ◦ green 39 ◦ blue 63

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

Shades of Cardinal #B4273F

Tints of Cardinal #B4273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.83%

 BLUE value IS 63 (25% from 255) = 22.34%

R = 63.83%
G = 13.83%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B4273F (or 0xB4273F) is known color: Cardinal. HEX triplet: B4, 27 and 3F. RGB value is (180,39,63). Sum of RGB (Red+Green+Blue) = 180+39+63=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B4273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4273F is #4BD8C0. Grayscale: #535353. Windows color (decimal): -4970689 or 4138932. OLE color: 4138932.

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

Color convert

RGB 180 39 63 -
CMYK 0 0.78 0.65 0.29
HSL 349.79º 0.64% 0.43% -
HSV(B) 349.79º 0.78% 0.71% -
XYZ 20.45 11.51 5.85 -
YUV 83.9 116.21 196.55 -
System Red Green Blue C M Y K H S L
Decimal 180 39 63 0 0.78 0.65 0.29 349.79 0.64 0.43
Hex B4 27 3F 0 4E 41 1D 15E 40 2B
Octal 264 47 77 0 116 101 35 536 100 53
Binary 10110100 100111 111111 0 1001110 1000001 11101 101011110 1000000 101011

Color Harmonies of #B4273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4273F

Black with #B4273F

Text Example


Text Example

White with #B4273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4273F; }

 p { color: rgb(180,39,63); }

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

background-color css

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

 a { background-color: rgb(180,39,63); }

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

border-color css

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

 span { border-color: rgb(180,39,63); }

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