Html Css Color HEX #B3273F Cardinal

📋 copy color: '#B3273F'

red 179 ◦ green 39 ◦ blue 63

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

Shades of Cardinal #B3273F

Tints of Cardinal #B3273F

RGB

 RED value IS 179 (70.31% from 255) = 63.7%

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

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

R = 63.7%
G = 13.88%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3273F (or 0xB3273F) is known color: Cardinal. HEX triplet: B3, 27 and 3F. RGB value is (179,39,63). Sum of RGB (Red+Green+Blue) = 179+39+63=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B3273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3273F is #4CD8C0. Grayscale: #535353. Windows color (decimal): -5036225 or 4138931. OLE color: 4138931.

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

Color convert

RGB 179 39 63 -
CMYK 0 0.78 0.65 0.30
HSL 349.71º 0.64% 0.43% -
HSV(B) 349.71º 0.78% 0.7% -
XYZ 20.21 11.39 5.84 -
YUV 83.6 116.38 196.05 -
System Red Green Blue C M Y K H S L
Decimal 179 39 63 0 0.78 0.65 0.30 349.71 0.64 0.43
Hex B3 27 3F 0 4E 41 1E 15E 40 2B
Octal 263 47 77 0 116 101 36 536 100 53
Binary 10110011 100111 111111 0 1001110 1000001 11110 101011110 1000000 101011

Color Harmonies of #B3273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3273F

Black with #B3273F

Text Example


Text Example

White with #B3273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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