Html Css Color HEX #B6293A Cardinal

📋 copy color: '#B6293A'

red 182 ◦ green 41 ◦ blue 58

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

Shades of Cardinal #B6293A

Tints of Cardinal #B6293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.59%

 BLUE value IS 58 (23.05% from 255) = 20.64%

R = 64.77%
G = 14.59%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6293A (or 0xB6293A) is known color: Cardinal. HEX triplet: B6, 29 and 3A. RGB value is (182,41,58). Sum of RGB (Red+Green+Blue) = 182+41+58=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B6293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6293A is #49D6C5. Grayscale: #555555. Windows color (decimal): -4839110 or 3811766. OLE color: 3811766.

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

Color convert

RGB 182 41 58 -
CMYK 0 0.77 0.68 0.29
HSL 352.77º 0.63% 0.44% -
HSV(B) 352.77º 0.77% 0.71% -
XYZ 20.85 11.84 5.19 -
YUV 85.1 112.71 197.12 -
System Red Green Blue C M Y K H S L
Decimal 182 41 58 0 0.77 0.68 0.29 352.77 0.63 0.44
Hex B6 29 3A 0 4D 44 1D 161 3F 2C
Octal 266 51 72 0 115 104 35 541 77 54
Binary 10110110 101001 111010 0 1001101 1000100 11101 101100001 111111 101100

Color Harmonies of #B6293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6293A

Black with #B6293A

Text Example


Text Example

White with #B6293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6293A; }

 p { color: rgb(182,41,58); }

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

background-color css

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

 a { background-color: rgb(182,41,58); }

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

border-color css

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

 span { border-color: rgb(182,41,58); }

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