Html Css Color HEX #B3273C Cardinal

📋 copy color: '#B3273C'

red 179 ◦ green 39 ◦ blue 60

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

Shades of Cardinal #B3273C

Tints of Cardinal #B3273C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.58%

R = 64.39%
G = 14.03%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3273C (or 0xB3273C) is known color: Cardinal. HEX triplet: B3, 27 and 3C. RGB value is (179,39,60). Sum of RGB (Red+Green+Blue) = 179+39+60=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3273C is #4CD8C3. Grayscale: #535353. Windows color (decimal): -5036228 or 3942323. OLE color: 3942323.

HSL color Cylindrical-coordinate representation of color #B3273C: hue angle of 351º 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 #B3273C is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 39 60 -
CMYK 0 0.78 0.66 0.30
HSL 351º 0.64% 0.43% -
HSV(B) 351º 0.78% 0.7% -
XYZ 20.13 11.36 5.41 -
YUV 83.25 114.88 196.29 -
System Red Green Blue C M Y K H S L
Decimal 179 39 60 0 0.78 0.66 0.30 351 0.64 0.43
Hex B3 27 3C 0 4E 42 1E 15F 40 2B
Octal 263 47 74 0 116 102 36 537 100 53
Binary 10110011 100111 111100 0 1001110 1000010 11110 101011111 1000000 101011

Color Harmonies of #B3273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3273C

Black with #B3273C

Text Example


Text Example

White with #B3273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3273C; }

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

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

background-color css

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

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

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

border-color css

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

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

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