Html Css Color HEX #B6272A Cardinal

📋 copy color: '#B6272A'

red 182 ◦ green 39 ◦ blue 42

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

Shades of Cardinal #B6272A

Tints of Cardinal #B6272A

RGB

 RED value IS 182 (71.48% from 255) = 69.2%

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

 BLUE value IS 42 (16.8% from 255) = 15.97%

R = 69.2%
G = 14.83%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B6272A (or 0xB6272A) is known color: Cardinal. HEX triplet: B6, 27 and 2A. RGB value is (182,39,42). Sum of RGB (Red+Green+Blue) = 182+39+42=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B6272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6272A is #49D8D5. Grayscale: #525252. Windows color (decimal): -4839638 or 2762678. OLE color: 2762678.

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

Color convert

RGB 182 39 42 -
CMYK 0 0.79 0.77 0.29
HSL 358.74º 0.65% 0.43% -
HSV(B) 358.74º 0.79% 0.71% -
XYZ 20.43 11.56 3.35 -
YUV 82.1 105.38 199.26 -
System Red Green Blue C M Y K H S L
Decimal 182 39 42 0 0.79 0.77 0.29 358.74 0.65 0.43
Hex B6 27 2A 0 4F 4D 1D 167 41 2B
Octal 266 47 52 0 117 115 35 547 101 53
Binary 10110110 100111 101010 0 1001111 1001101 11101 101100111 1000001 101011

Color Harmonies of #B6272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6272A

Black with #B6272A

Text Example


Text Example

White with #B6272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6272A; }

 p { color: rgb(182,39,42); }

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

background-color css

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

 a { background-color: rgb(182,39,42); }

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

border-color css

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

 span { border-color: rgb(182,39,42); }

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