Html Css Color HEX #B3272E Cardinal

📋 copy color: '#B3272E'

red 179 ◦ green 39 ◦ blue 46

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

Shades of Cardinal #B3272E

Tints of Cardinal #B3272E

RGB

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

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

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

R = 67.8%
G = 14.77%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3272E (or 0xB3272E) is known color: Cardinal. HEX triplet: B3, 27 and 2E. RGB value is (179,39,46). Sum of RGB (Red+Green+Blue) = 179+39+46=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B3272E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3272E is #4CD8D1. Grayscale: #515151. Windows color (decimal): -5036242 or 3024819. OLE color: 3024819.

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

Color convert

RGB 179 39 46 -
CMYK 0 0.78 0.74 0.30
HSL 357º 0.64% 0.43% -
HSV(B) 357º 0.78% 0.7% -
XYZ 19.81 11.23 3.71 -
YUV 81.66 107.88 197.43 -
System Red Green Blue C M Y K H S L
Decimal 179 39 46 0 0.78 0.74 0.30 357 0.64 0.43
Hex B3 27 2E 0 4E 4A 1E 165 40 2B
Octal 263 47 56 0 116 112 36 545 100 53
Binary 10110011 100111 101110 0 1001110 1001010 11110 101100101 1000000 101011

Color Harmonies of #B3272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3272E

Black with #B3272E

Text Example


Text Example

White with #B3272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3272E; }

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

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

background-color css

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

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

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

border-color css

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

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

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