Html Css Color HEX #B6232D Cardinal

📋 copy color: '#B6232D'

red 182 ◦ green 35 ◦ blue 45

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

Shades of Cardinal #B6232D

Tints of Cardinal #B6232D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.18%

R = 69.47%
G = 13.36%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6232D (or 0xB6232D) is known color: Cardinal. HEX triplet: B6, 23 and 2D. RGB value is (182,35,45). Sum of RGB (Red+Green+Blue) = 182+35+45=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B6232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6232D is #49DCD2. Grayscale: #505050. Windows color (decimal): -4840659 or 2958262. OLE color: 2958262.

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

Color convert

RGB 182 35 45 -
CMYK 0 0.81 0.75 0.29
HSL 355.92º 0.68% 0.43% -
HSV(B) 355.92º 0.81% 0.71% -
XYZ 20.37 11.34 3.6 -
YUV 80.09 108.2 200.69 -
System Red Green Blue C M Y K H S L
Decimal 182 35 45 0 0.81 0.75 0.29 355.92 0.68 0.43
Hex B6 23 2D 0 51 4B 1D 164 44 2B
Octal 266 43 55 0 121 113 35 544 104 53
Binary 10110110 100011 101101 0 1010001 1001011 11101 101100100 1000100 101011

Color Harmonies of #B6232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6232D

Black with #B6232D

Text Example


Text Example

White with #B6232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6232D; }

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

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

background-color css

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

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

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

border-color css

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

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

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