Html Css Color HEX #B6233A Cardinal

📋 copy color: '#B6233A'

red 182 ◦ green 35 ◦ blue 58

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

Shades of Cardinal #B6233A

Tints of Cardinal #B6233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.73%

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

R = 66.18%
G = 12.73%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6233A (or 0xB6233A) is known color: Cardinal. HEX triplet: B6, 23 and 3A. RGB value is (182,35,58). Sum of RGB (Red+Green+Blue) = 182+35+58=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B6233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6233A is #49DCC5. Grayscale: #515151. Windows color (decimal): -4840646 or 3810230. OLE color: 3810230.

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

Color convert

RGB 182 35 58 -
CMYK 0 0.81 0.68 0.29
HSL 350.61º 0.68% 0.43% -
HSV(B) 350.61º 0.81% 0.71% -
XYZ 20.66 11.45 5.12 -
YUV 81.58 114.7 199.63 -
System Red Green Blue C M Y K H S L
Decimal 182 35 58 0 0.81 0.68 0.29 350.61 0.68 0.43
Hex B6 23 3A 0 51 44 1D 15F 44 2B
Octal 266 43 72 0 121 104 35 537 104 53
Binary 10110110 100011 111010 0 1010001 1000100 11101 101011111 1000100 101011

Color Harmonies of #B6233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6233A

Black with #B6233A

Text Example


Text Example

White with #B6233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6233A; }

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

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

background-color css

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

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

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

border-color css

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

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

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