Html Css Color HEX #BB2438 Cardinal

📋 copy color: '#BB2438'

red 187 ◦ green 36 ◦ blue 56

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

Shades of Cardinal #BB2438

Tints of Cardinal #BB2438

RGB

 RED value IS 187 (73.44% from 255) = 67.03%

 GREEN value IS 36 (14.45% from 255) = 12.9%

 BLUE value IS 56 (22.27% from 255) = 20.07%

R = 67.03%
G = 12.9%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB2438 (or 0xBB2438) is known color: Cardinal. HEX triplet: BB, 24 and 38. RGB value is (187,36,56). Sum of RGB (Red+Green+Blue) = 187+36+56=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2438 is #44DBC7. Grayscale: #535353. Windows color (decimal): -4512712 or 3679419. OLE color: 3679419.

HSL color Cylindrical-coordinate representation of color #BB2438: hue angle of 352.05º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2438 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 36 56 -
CMYK 0 0.81 0.70 0.27
HSL 352.05º 0.68% 0.44% -
HSV(B) 352.05º 0.81% 0.73% -
XYZ 21.84 12.11 4.93 -
YUV 83.43 112.53 201.87 -
System Red Green Blue C M Y K H S L
Decimal 187 36 56 0 0.81 0.70 0.27 352.05 0.68 0.44
Hex BB 24 38 0 51 46 1B 160 44 2C
Octal 273 44 70 0 121 106 33 540 104 54
Binary 10111011 100100 111000 0 1010001 1000110 11011 101100000 1000100 101100

Color Harmonies of #BB2438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2438

Black with #BB2438

Text Example


Text Example

White with #BB2438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2438; }

 p { color: rgb(187,36,56); }

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

background-color css

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

 a { background-color: rgb(187,36,56); }

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

border-color css

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

 span { border-color: rgb(187,36,56); }

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