Html Css Color HEX #B6153A Cardinal

📋 copy color: '#B6153A'

red 182 ◦ green 21 ◦ blue 58

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

Shades of Cardinal #B6153A

Tints of Cardinal #B6153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

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

R = 69.73%
G = 8.05%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6153A (or 0xB6153A) is known color: Cardinal. HEX triplet: B6, 15 and 3A. RGB value is (182,21,58). Sum of RGB (Red+Green+Blue) = 182+21+58=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B6153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6153A is #49EAC5. Grayscale: #494949. Windows color (decimal): -4844230 or 3806646. OLE color: 3806646.

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

Color convert

RGB 182 21 58 -
CMYK 0 0.88 0.68 0.29
HSL 346.21º 0.79% 0.4% -
HSV(B) 346.21º 0.88% 0.71% -
XYZ 20.32 10.79 5.01 -
YUV 73.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 182 21 58 0 0.88 0.68 0.29 346.21 0.79 0.4
Hex B6 15 3A 0 58 44 1D 15A 4F 28
Octal 266 25 72 0 130 104 35 532 117 50
Binary 10110110 10101 111010 0 1011000 1000100 11101 101011010 1001111 101000

Color Harmonies of #B6153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6153A

Black with #B6153A

Text Example


Text Example

White with #B6153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6153A; }

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

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

background-color css

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

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

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

border-color css

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

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

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