Html Css Color HEX #B6273B Cardinal

📋 copy color: '#B6273B'

red 182 ◦ green 39 ◦ blue 59

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

Shades of Cardinal #B6273B

Tints of Cardinal #B6273B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.07%

R = 65%
G = 13.93%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6273B (or 0xB6273B) is known color: Cardinal. HEX triplet: B6, 27 and 3B. RGB value is (182,39,59). Sum of RGB (Red+Green+Blue) = 182+39+59=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B6273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6273B is #49D8C4. Grayscale: #545454. Windows color (decimal): -4839621 or 3876790. OLE color: 3876790.

HSL color Cylindrical-coordinate representation of color #B6273B: hue angle of 351.61º 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 #B6273B is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 39 59 -
CMYK 0 0.79 0.68 0.29
HSL 351.61º 0.65% 0.43% -
HSV(B) 351.61º 0.79% 0.71% -
XYZ 20.81 11.71 5.3 -
YUV 84.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 182 39 59 0 0.79 0.68 0.29 351.61 0.65 0.43
Hex B6 27 3B 0 4F 44 1D 160 41 2B
Octal 266 47 73 0 117 104 35 540 101 53
Binary 10110110 100111 111011 0 1001111 1000100 11101 101100000 1000001 101011

Color Harmonies of #B6273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6273B

Black with #B6273B

Text Example


Text Example

White with #B6273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6273B; }

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

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

background-color css

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

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

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

border-color css

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

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

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