Html Css Color HEX #B6233B Cardinal

📋 copy color: '#B6233B'

red 182 ◦ green 35 ◦ blue 59

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

Shades of Cardinal #B6233B

Tints of Cardinal #B6233B

RGB

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

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

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

R = 65.94%
G = 12.68%
B = 21.38%

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

#B6233B (or 0xB6233B) is known color: Cardinal. HEX triplet: B6, 23 and 3B. RGB value is (182,35,59). Sum of RGB (Red+Green+Blue) = 182+35+59=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B6233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6233B is #49DCC4. Grayscale: #515151. Windows color (decimal): -4840645 or 3875766. OLE color: 3875766.

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

Color convert

RGB 182 35 59 -
CMYK 0 0.81 0.68 0.29
HSL 350.2º 0.68% 0.43% -
HSV(B) 350.2º 0.81% 0.71% -
XYZ 20.68 11.46 5.26 -
YUV 81.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 182 35 59 0 0.81 0.68 0.29 350.2 0.68 0.43
Hex B6 23 3B 0 51 44 1D 15E 44 2B
Octal 266 43 73 0 121 104 35 536 104 53
Binary 10110110 100011 111011 0 1010001 1000100 11101 101011110 1000100 101011

Color Harmonies of #B6233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6233B

Black with #B6233B

Text Example


Text Example

White with #B6233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6233B; }

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

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

background-color css

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

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

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

border-color css

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

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

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