Html Css Color HEX #B2283B Cardinal

📋 copy color: '#B2283B'

red 178 ◦ green 40 ◦ blue 59

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

Shades of Cardinal #B2283B

Tints of Cardinal #B2283B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.44%

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

R = 64.26%
G = 14.44%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2283B (or 0xB2283B) is known color: Cardinal. HEX triplet: B2, 28 and 3B. RGB value is (178,40,59). Sum of RGB (Red+Green+Blue) = 178+40+59=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2283B is #4DD7C4. Grayscale: #535353. Windows color (decimal): -5101509 or 3877042. OLE color: 3877042.

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

Color convert

RGB 178 40 59 -
CMYK 0 0.78 0.67 0.30
HSL 351.74º 0.63% 0.43% -
HSV(B) 351.74º 0.78% 0.7% -
XYZ 19.91 11.3 5.27 -
YUV 83.43 114.22 195.46 -
System Red Green Blue C M Y K H S L
Decimal 178 40 59 0 0.78 0.67 0.30 351.74 0.63 0.43
Hex B2 28 3B 0 4E 43 1E 160 3F 2B
Octal 262 50 73 0 116 103 36 540 77 53
Binary 10110010 101000 111011 0 1001110 1000011 11110 101100000 111111 101011

Color Harmonies of #B2283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2283B

Black with #B2283B

Text Example


Text Example

White with #B2283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2283B; }

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

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

background-color css

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

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

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

border-color css

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

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

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