Html Css Color HEX #B2083B Cardinal

📋 copy color: '#B2083B'

red 178 ◦ green 8 ◦ blue 59

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

Shades of Cardinal #B2083B

Tints of Cardinal #B2083B

RGB

 RED value IS 178 (69.92% from 255) = 72.65%

 GREEN value IS 8 (3.52% from 255) = 3.27%

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

R = 72.65%
G = 3.27%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2083B (or 0xB2083B) is known color: Cardinal. HEX triplet: B2, 08 and 3B. RGB value is (178,8,59). Sum of RGB (Red+Green+Blue) = 178+8+59=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B2083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2083B is #4DF7C4. Grayscale: #404040. Windows color (decimal): -5109701 or 3868850. OLE color: 3868850.

HSL color Cylindrical-coordinate representation of color #B2083B: hue angle of 342º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2083B is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 8 59 -
CMYK 0 0.96 0.67 0.30
HSL 342º 0.91% 0.36% -
HSV(B) 342º 0.96% 0.7% -
XYZ 19.24 9.95 5.05 -
YUV 64.64 124.82 208.85 -
System Red Green Blue C M Y K H S L
Decimal 178 8 59 0 0.96 0.67 0.30 342 0.91 0.36
Hex B2 8 3B 0 60 43 1E 156 5B 24
Octal 262 10 73 0 140 103 36 526 133 44
Binary 10110010 1000 111011 0 1100000 1000011 11110 101010110 1011011 100100

Color Harmonies of #B2083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2083B

Black with #B2083B

Text Example


Text Example

White with #B2083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2083B; }

 p { color: rgb(178,8,59); }

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

background-color css

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

 a { background-color: rgb(178,8,59); }

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

border-color css

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

 span { border-color: rgb(178,8,59); }

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