Html Css Color HEX #B4283B Cardinal

📋 copy color: '#B4283B'

red 180 ◦ green 40 ◦ blue 59

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

Shades of Cardinal #B4283B

Tints of Cardinal #B4283B

RGB

 RED value IS 180 (70.7% from 255) = 64.52%

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

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

R = 64.52%
G = 14.34%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4283B (or 0xB4283B) is known color: Cardinal. HEX triplet: B4, 28 and 3B. RGB value is (180,40,59). Sum of RGB (Red+Green+Blue) = 180+40+59=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B4283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4283B is #4BD7C4. Grayscale: #545454. Windows color (decimal): -4970437 or 3877044. OLE color: 3877044.

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

Color convert

RGB 180 40 59 -
CMYK 0 0.78 0.67 0.29
HSL 351.86º 0.64% 0.43% -
HSV(B) 351.86º 0.78% 0.71% -
XYZ 20.37 11.54 5.29 -
YUV 84.03 113.88 196.46 -
System Red Green Blue C M Y K H S L
Decimal 180 40 59 0 0.78 0.67 0.29 351.86 0.64 0.43
Hex B4 28 3B 0 4E 43 1D 160 40 2B
Octal 264 50 73 0 116 103 35 540 100 53
Binary 10110100 101000 111011 0 1001110 1000011 11101 101100000 1000000 101011

Color Harmonies of #B4283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4283B

Black with #B4283B

Text Example


Text Example

White with #B4283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4283B; }

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

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

background-color css

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

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

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

border-color css

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

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

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